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ć <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---