Hi, I am a newbie in GWT and in Javascript. I have to finish the development of an already-begun GWT User Interface for an already-existing J2EE application.
I must load my GWT User Interface with parameters from a previous step. During the development, I use a mock for this previous step. I have a JSP page containing a form with the mock data. When the form is submitted, form data is POST-transmitted to another JSP page called home.jsp. In home.jsp, I have this tag : <script type="text/javascript" language="javascript" src="<module_name>.nocache.js"></script> which I understand to be the tag launching my GWT UI. I've found how I could retrieve these parameters for example in the onModuleLoad function of my GWT application (by using Window.Location.getParameter method) but I don't know how to send them from home.jsp (I hope I am understandable). I need your help :-(
-- 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.
