Re: Window.Location.getParameter() always null

2010-07-02 Thread Stefan Bachert
Hi Mike, you code and url looks absolutely correct. I do the similar within my project and it works. I am using FF, eclipse, linux. I do not face any problems. I do not have any idea what went wrong at your site Stefan Bachert http://gwtworld.de On Jul 2, 3:10 am, mdwarne

Re: Window.Location.getParameter() always null

2010-07-01 Thread mdwarne
Hi Stephan, Thanks for your reply. I discovered that it works, but not in Developer Host mode (OOPHM). Maybe the developer plugin strips the params from the url? my URL is something like this: http://192.168.0.205:/MyApp.html?gwt.codesvr=192.168.0.205:9997kc=test I also tried:

Re: Window.Location.getParameter() always null

2010-06-30 Thread Stefan Bachert
Hi, I use it and it works. Please supply your URL and your code, probably something went wrong. Stefan Bachert http://gwtworld.de On Jun 29, 9:35 pm, mdwarne mike.wa...@gmail.com wrote: Hi, I need to pass a parameter to my application.  However if I append a parameter to the url query

Window.Location.getParameter() always null

2010-06-29 Thread mdwarne
Hi, I need to pass a parameter to my application. However if I append a parameter to the url query string, I can not retrieve it by name using Window.Location. (Always returns null) When I retrieve the entire Query String, It contains only the gwt.codesvr parameter, but not my additional