Hi I have started building an end to end application using GWT. I was able to do the construct my first page . This first page is a static HTML page with some basic GWT widgets on it. (Table and menubar) . I was able to add these widgets to first HTML page as I have decleared a class which implements EntryPoint interface . Now I am trying to shift to other HTML page and wanna add some other GWT widgets in it (e.g. tree) . So do I need to declear another class for this HTML too which implements ENtryPoint interface . Is it possible that I can have the widgets readily avalabel with me and I can use them as and when required across multiple pages just like reusabel components without writting a class for EACH html/jsp which implements EntryPoint interface Thanks Samir
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
