Hi all!
I didnt found any information even after bunch of searches over internet on how to handle query parameters in GWT application in a nice way. I'm newbie in GWT, but I'm very excited of its potential. So I'm trying to figure out how basic things works here.
The thing I need - the possibility to rewrite query parameters in case of some events. For example user see in the browser: www.some-site.com/conv.html but after some user action I want to change URL to: www.some-site.com/conv.html?convId=XXXXX
How can I do it?
p.s. I think that this is possible throught javascript, which I can make by JSNI. But maybe GWT already have this functionality.