Hi,
 
I want to send data to backend. My current code is

 var rpc = new qx.io.remote.Rpc(
                "http://localhost:56791/Home/AddData";,
                "HomeController");
 try {

                      var result = rpc.callSync("AddData", "Pravin");
                      alert(qx.util.Serializer.toJson(person));

                  } catch (e) {
                      alert("Exception :" + e);
                  }


I am perfectly going into AddData method, but no data is getting transfer to
that method.

Can someone help me to pass data?

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/How-to-send-data-to-server-tp7576288.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to