I have an external webpage, with a link (<a 
href="http://localhost:8080/myGWTapp?str=my-new-data";>call test</a>)
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 MyEntryPoint,
impl of EntryPoint intf is called and the AppController class is called.  I 
have not been able to gain 
access to the href or its parameter in either of these classes using 
com.google.gwt.core.client.GWT or 
com.google.gwt.user.client.Window.Location.  Both of these classes
throw an exception when referenced in my classes.  

How can I get access to the url and the parameter?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to