Hi,
Strange behaviour with the current svn qooxdoo version, this kind of code
always send a GET request ...
// httpPath = user variable
var req = new
qx.io.remote.Request("http://"+httpPath+"/path/script.php","POST","text/plain");
req.setTimeout(15000);
req.setCrossDomain(true);
req.setParameter('uId',uId,false); // user variable
req.setParameter('action',action,false); // user variable
req.setData("value="+this.__userList.getTableModel().getValue(modified.firstColumn,modified.firstRow));
req.addListener('completed',function()
{
alert('updated');
});
req.send();
I am mistaken or is it a bug in the current devel version ?
Regards,
Benco
--
View this message in context:
http://www.nabble.com/qx.io.remote.Request-not-working-anymore-with-POST---tp22065218p22065218.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel