Yes, you can leave the form out of it.
"So, if I change GET to POST in my request.
Can I do this without using a Form tag? "
yes.
"And then I do not need the
req.setParameter("URIPARAM", uriparam); ? "
all you have to change in your request create/send code is the parameter GET
[make it POST].
everything else remains the same.cheers, Gabi -- View this message in context: http://qooxdoo.678.n2.nabble.com/Howto-send-many-Form-elements-to-PHP-backend-tp6676233p6679720.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
