Re: GWT 2.7 retrieving input parameter from calling URL

2016-01-23 Thread Boris Brudnoy
Methods of c.g.g.user.client.Window.Location should have helped you. What's the exception you're getting? On Sat, Jan 23, 2016 at 5:32 PM rsearls wrote: > > I have an external webpage, with a link (http://localhost:8080/myGWTapp?str=my-new-data;>call test) > to my GWT app. I

GWT 2.7 retrieving input parameter from calling URL

2016-01-23 Thread rsearls
I have an external webpage, with a link (http://localhost:8080/myGWTapp?str=my-new-data;>call test) to my GWT app. I want to capture the passed parameter and display it in the first (view) of the app. My GWT app has been implemented using the MVP pattern. With debugging I can see that