Hi All,
I have the following project architecture
a.gwt.xml, has an entry point class and search.html which users access it
initially. When this page is hit a rest call is made to get the user
information which has to be retrieved once.
b.gwt.xml, has an entry point class and searchresults.html which lists the
users for the application based on the search query provided in search.html.
All the modules are not loaded initially.
My requirement is to pass the search query and the retrieved user object
from module A to module B.
Module B is loaded after an click event in the search.html search box by
the following way Window.Location.replace("searchresults.html");
I'm trying to achieve this above said requirement using GWT-Exporter
following the article in http://code.google.com/p/gwt-exporter/
Did I miss something important or is this not possible in GWT?
Please help me on resolving this issue.
Thanks
Clement Amarnath
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.