Re: [qooxdoo-devel] Regarding RPC calls

2012-05-29 Thread thron7
On 05/29/2012 07:02 AM, Pravin Arote wrote: > Hi, > > I am using RPC call in asp.net MVC framework. Following is my code > > var rpc = new qx.io.remote.Rpc( > "http://localhost/QooxDooMVC/Home/About";, > "QooxDooMVC.Controllers.HomeController"); > > var handler =

[qooxdoo-devel] Regarding RPC calls

2012-05-28 Thread Pravin Arote
Hi, I am using RPC call in asp.net MVC framework. Following is my code var rpc = new qx.io.remote.Rpc( "http://localhost/QooxDooMVC/Home/About";, "QooxDooMVC.Controllers.HomeController"); var handler = function (result, exc) { if (exc == null