Essentially, yes. There are various ways of going about it, but it all boils down to removing one Widget and replacing it with another to change "pages" in a GWT app. Personally, I would suggest reading up on the History mechanism and having that drive your page changes.
On Thu, Jul 30, 2009 at 6:15 PM, charlie<[email protected]> wrote: > Forgive me if this is poorly worded this is my first foray into GWT. > > Say I have a LoginPage extending HorizontalPanel , they click login and its > succesfull, I want another MaingPage widget, do I just > RootPanel.get().add(new MainPage() ) ? Or how do I handle the flow of page > to page ? > > Any suggestions are appreciatied! > > Charlie > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
