Re: [qooxdoo-devel] help response with script transport

2009-11-05 Thread Derrell Lipman
On Thu, Nov 5, 2009 at 19:02, Gianluca Rettore wrote: > I have call a remote procedure with qx.io.remote.Request > Ah, here's the problem. If you want to run a remote procedure, then you want to be using qx.io.remote.Rpc, not qx.io.remote.Request. Please have a look at the Rpc documentation on th

[qooxdoo-devel] help response with script transport

2009-11-05 Thread Gianluca Rettore
I have call a remote procedure with qx.io.remote.Request crossDomain is true so the result is script. Well, i have return this script new qx.io.remote.transport.Script._requestFinished(<%= params['_ScriptTransport_id'] %>,<%= @clienti %>) where @clienti is a json now i don,t have error and i