You mean this sort of thing? http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/ab6d7b76d29872c4/1ca2238129429cf6?lnk=gst&q=JSP+value+access#1ca2238129429cf6
On Dec 3, 11:35 am, GWT Newbie <[EMAIL PROTECTED]> wrote: > First of all, thanks for taking time answering :-) > > On 3 déc, 11:51, gregor <[EMAIL PROTECTED]> wrote: > > > I'm pretty sure you can't do this: > > > <a href="/myContext/myRemoteServiceServlet? > > param1Name=param1Value¶m2Name=param2Value"> > > The differents manip. I did, lead me to the same conclusion. > And I think this is not the right way to do the integration. > > > I think what you need to do is something like this: > > [...] > > I was trying this. > > The issue for me now is how to pass the parameters I need from the > external world to the gwt module. > > For instance, let's say the is a class ParametersManager which has > setters/getters (set/getName,...) located on the client side of gwt > module. > Is it possible to call it from the jsp in order to set the parameters > needed by the gwt module to deal with the data it will display ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
