Re: [qooxdoo-devel] qx.ui.embed.Iframe().setSource and GET HTTP

2008-01-29 Thread Helder Magalhães
Frederic Beuserie wrote: > > iframe.setSource("http://www.test.com";) is working well but i cannot > manage to put a full uri like "http://www.test.com?p1=v1&p2=v2";. > Have you tried "test.com/"? The web server may be (internally or explicitly using HTTP 300 status codes [1]) redirecting your

Re: [qooxdoo-devel] qx.ui.embed.Iframe().setSource and GET HTTP

2008-01-29 Thread Jonathan Rass
xdoo-devel@lists.sourceforge.net Betreff: [qooxdoo-devel] qx.ui.embed.Iframe().setSource and GET HTTP Hi, using qooxdoo stable (0.7.3) iframe.setSource("http://www.test.com";) is working well but i cannot manage to put a full uri like "http://www.test.com?p1=v1&p2=v2";. the frame

[qooxdoo-devel] qx.ui.embed.Iframe().setSource and GET HTTP

2008-01-29 Thread Frederic Beuserie
Hi, using qooxdoo stable (0.7.3) iframe.setSource("http://www.test.com";) is working well but i cannot manage to put a full uri like "http://www.test.com?p1=v1&p2=v2";. the frame is as if there is no GET part. no error (client and serveur). the rightmost part is simply not passed to the webserve