Help me! When i call a remote procedure (rails with render json)
i have only timeout this is my code var req = new qx.io.remote.Request("http://127.0.0.1:3000/clienti/list","POST","text/plain"); req.setCrossDomain(true); req.addListener("completed", function(e) { alert(e); }); req.addListener("timeout", function(e) { alert("errore"); }); req.send(); and this is the result with firebug var req = new qx.io.remote.Request("http://127.0...on(e) { alert("errore"); }); req.send(); 10811390 qx.io.remote.RequestQueue[52]: Timeout: transport 8tNative.js (riga 61) 10811392 qx.io.remote.RequestQueue[52]: 5269ms > 5000msNative.js (riga 61) 10811395 qx.io.remote.Exchange[8t]: Timeout: implementation 8u Can youi heklp me??? Thank you ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel