Lothar Kaiser schrieb:
Wow.. quite a fast reply :-)

Well, if the request method is set to 'POST' you could automatically put
the parameters[] into data. But maybe I just didn't get the point with
the difference between data and parameters.

Yes, this is because I'm not sure if qooxdoo should handle these implicit moves of parameters. The problem is, if you move the parameters automatically to the post data, what should happen with the post-data the user could define, too? The post data could also be some xml or json and not just pure parameter lists.

Sebastian


I'm gonna try out my code with setData().

Thanks,

Lothar




Yes, this is the way qooxdoo's implementation works currently. Parameters will always be attached to the URL. If you want to submit "data" please use setData method for your request object.

What would be a better behaviour in your opinion? Patches are welcome!

Sebastian





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to