Hello there,
Simple question. I need to make a GET request in GWT that redirects to a new page, but I can't find the right API.
Is there one? I am supposed to simply form the URL myself and then do Window.Location.replace?
(The reason is that I want my search page to be linkable)
Thanks.
(and sorry for not making my question clear enough, initially)