-
9 Sep 2009 8:45 AM #1
Trouble to run a Ext.Direct request
Trouble to run a Ext.Direct request
Hello,
I have some trouble to use the response of the server. I create my provider and all work : I just to write Users.getall(); to have my server response in my firebug.
But when I want to use the response, I write this like the doc says but nothing in the function work :
Someone have an idea ? Thanks in advance.Code:Users.getall(function(provider, response) { alert("test"); //var jsonData = Ext.util.JSON.decode(response); });
-
17 Apr 2013 10:33 PM #2
Trouble to run a Ext.Direct request
Trouble to run a Ext.Direct request
I am also facing same problem.
Can anyone help me how to resolve this.


Reply With Quote