On 6 fév, 20:02, OffTheWall <move-o...@comcast.net> wrote:
> I would like my GWT application to parse the url that it was called
> with.  Something like this:
>
> http://mymachine.com/myapp?key1=value1
>
> And be able to grab the key values pairs from within my application.
> The key may be a fixed value, and the value of course will change with
> invocation of my application.  Can anybody help me with this?

http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/Window.Location.html#getParameter(java.lang.String)

?
--~--~---------~--~----~------------~-------~--~----~
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