Dear all, I'm new to qooxdoo, and I found that when I trying to send a
request with 'username' as a parameter.The request won't be sent out.
var loginRequest = new
qx.io.remote.Request('/user/userlogin/',"POST","text/plain");
loginRequest.setFormField("password","mamamama");
loginRequest.setFormField("1username","mamamama");
loginRequest.send();
This will work.
var loginRequest = new
qx.io.remote.Request('/user/userlogin/',"POST","text/plain");
loginRequest.setFormField("password","mamamama");
loginRequest.setFormField("username","mamamama"); ==> change
'1username' to 'username'
loginRequest.send();
then nothing will be sent. And no error in FireBug. Could you tell me why?
Besides, I tried to trace the source code. And found there is a call
vRequest.open(...) in xmlhttp class.
But I cannot found the "open" function in qx.io.remove.request class
--
Regards,
Ming
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel