Re: Can i get url parameters values in my gwt java code?

2010-06-09 Thread g p
Window.Location.getParameter("debug") On 9 June 2010 15:27, nacho wrote: > Hi, i want to put a parameter in the url and get it value from my gwt > java code. > > For example, if i go in the browser to > http://localhost:8080/MyApplication/Hostedpage.html?debug=true > > I want then in my java cod

Can i get url parameters values in my gwt java code?

2010-06-09 Thread nacho
Hi, i want to put a parameter in the url and get it value from my gwt java code. For example, if i go in the browser to http://localhost:8080/MyApplication/Hostedpage.html?debug=true I want then in my java code do something with that value: String debugParameterValue = ?; Window.alert(debu