+ Reply to Thread
It appears that the method call ContentPanel.load always does an AJAX POST. Is there a way to specify it to be a GET instead?
load is just a shortcut to updateManager.update - if you pass params it does a POST; otherwise it does a GET. You can override this by passing method:'GET' as part of the load config.
Tim Ryan Read BEFORE posting a question / BEFORE posting a Bug Use Google to Search - API / Forum API Doc (4.x | 3.x | 2.x | 1.x) / FAQ / 1.x->2.x Migration Guide / 2.x->3.x Migration Guide
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us