Thanks,

import com.google.gwt.user.client.Window.Location;


        String s = Location.getPath();
        s = Location.getHostName();
        s = Location.getParameter(); etc.


On Thu, Oct 9, 2008 at 12:41 PM, Kevin <[EMAIL PROTECTED]> wrote:

>
>
> http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/3af15a81b2309f9f/ffd0552c4bebdb73?lnk=gst&q=request.getParameter#ffd0552c4bebdb73
>
> Maybe this thread will help.
>
> It shows the GWT equivalent of request.getParameter, i.e.
> www.google.com?id=hello.
>
> If you wanted to get "hello" then you'd use the functions in this
> thread.
> >
>

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

Reply via email to