-
11 Dec 2011 8:38 PM #1
Unanswered: Ext.dispatch is returning error
Unanswered: Ext.dispatch is returning error
Hello,
I am using Sencha Touch MVC pattern and trying to redirect from one view to other using Ext.dispatch.
The code for same is
Ext.dispatch({
controller : 'networkcntrlr',
action : 'showProfileDetails'
});
I have written this on button handler, but it is giving me error "This method requires container property to be set."
I am stuck on this error for a long time and not able resolve it.
Any suggestions would be appreciated.
-
11 Dec 2011 9:15 PM #2
-
12 Dec 2011 12:43 AM #3
Can you post some code ?


Reply With Quote