My GWT app is embedded inside a tab view of a JSP page and I wanted to render the GWT module based on the content/context of the parent HTML.
This requires passing initial value to the GWT app entry point and from there the GWT app can fetch values to server using RPC. I was able to do this using com.google.gwt.i18n.client.Dictionary approach. My question is, is this the best way to do it or is there better alternative/s? Thanks, Dann --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
