> I always agreed that it is a bug. Sorry, my misunderstanding! At least we know how it originated now :-)
> I offered a work around, change the type to a POST. This should allow > your code to work until the bug gets fixed. Ah, but that hits the problem I noted in the other email I sent yesterday ( http://www.nabble.com/Remote-data-transfers-tf2588866.html ) The parameters are always added to the URL using the buggy code, regardless of the type of request (GET or POST). They are not included in the data. > Changing to a POST should not effect the way your code works but will > allow you to do what you are trying to do. The easy workaround was to remove parameters in the URL in the instantiation of the RemoteRequest object, and always add them via addParameter. Hugh ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
