Thanks!

Window.Location.getQueryString() works perfectly well for me.

On Mar 4, 3:59 pm, Darkflame <darkfl...@gmail.com> wrote:
> I think;
>
> String QueryString = Window.Location.getQueryString();
>
> If what you want, but you would have to parse it yourself unless the
> params are knowen in advance.
>
> Or, purhapes, you might want to use a history-token based data instead
> App.html#param1=value1
> Then the data present could trigger a onHistoryChange, and would be in
> the parameter;
>
> public void onHistoryChanged(String historyToken) {
>
> String token = historyToken;
>
> }
>
> On Mar 4, 3:45 pm, Miloš Ranđelović <milos....@gmail.com> wrote:
>
> > Hi,
>
> > I am launching a GWT app with passing some arguments via URL, e.g.
> > something like this:
>
> >http://localhost/com.domain.App/App.html?param1=value1
>
> > Now, the question is: How can I "read" the param1-value1 pair from the
> > above URL? Is that even possible?
>
> > Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to