AW: [qooxdoo-devel] error in QxIframeTransport

2006-04-06 Thread Oliver Vogel
che Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Sebastian Werner > Gesendet: Donnerstag, 6. April 2006 10:29 > An: qooxdoo-devel@lists.sourceforge.net > Betreff: Re: [qooxdoo-devel] error in QxIframeTransport > > Oliver Vogel schrieb:

Re: [qooxdoo-devel] error in QxIframeTransport

2006-04-06 Thread Sebastian Werner
Oliver Vogel schrieb: @sebastian hi sebastian i am actually changing my app from dojo to QxRequest. now i found the following error: i am using ONLY QxIframeTransport (not QxXMLHttpTransport!) and the mothod QxConst.METHOD_POST (="POST"). the QxRequest object is calling my php file at the serve

Re: [qooxdoo-devel] error in QxIframeTransport

2006-04-05 Thread BJörn Lindqvist
I can confirm this problem. QxIframeTransport just takes the parameters and appends them to the action url of the form. See my previous posts about accessing the _form attribute hack to workaround this limitation in QxIframeTransport. On 4/5/06, Oliver Vogel <[EMAIL PROTECTED]> wrote: > @sebastian

[qooxdoo-devel] error in QxIframeTransport

2006-04-05 Thread Oliver Vogel
@sebastian hi sebastian i am actually changing my app from dojo to QxRequest. now i found the following error: i am using ONLY QxIframeTransport (not QxXMLHttpTransport!) and the mothod QxConst.METHOD_POST (="POST"). the QxRequest object is calling my php file at the server (this ist working fi