You will have to assign the values to a var variable and then retrive
it from the gwt function using the native jsni within a function.
for instance using query in the html page declare and assign the value
to a variable:
for html page: http://localhost:8888/...../myApp.html?ProjID=12345
var projectID = query['ProjID'];
And retrieve it in the gwt code by a function:
native String getProjectID() /*-{
if($wnd.projectID) {
return $wnd.projectID;
}
}-*/
Hope this helps
Vishesh.
On Fri, Feb 20, 2009 at 11:25 AM, andres <[email protected]> wrote:
>
> how to pass jsp values to gwt
> >
>
--
Vishesh Sahu
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---