-
15 Mar 2012 10:47 AM #1
actionMethods in Ajax Store.
actionMethods in Ajax Store.
I'm trying to redesign an app I did by hand in Designer 2, and my server requires that I make a post (get doesn't work) for an orders/list call. In my original code, I have the following:
Then I pass my parameters through extraParams.Code:actionMethods: { list: 'POST' }
I can't find any settings in the Ajax stores or proxies to allow me to do this. Is it possible?
-
18 Mar 2012 1:00 PM #2
Hi
What i did, i added at actionMethod custom property in my AjaxProxy.
This was done in the Component Config view (in search/add) stuff, i wrote
actionMethods: {}
Hit Add, and after this i could add my read: 'POST', in the newly added actionMethod property
Regards
Michael


Reply With Quote