There are no pages in GWT. Only widgets. You have a single page, on which all your widgets are attached to. You must have heard about MVP, which is a design pattern to help you manage how you move from one widget to another. Just do some more digging & u'll find the answer.
On 3/2/11, Dhanu Musham <[email protected]> wrote: > hi, > I am very new to Gwt, in my application i want to maintain two html > pages one for login purpose and other one is actual my application. > when user comes, initally LOGIN page is appeared, after successful > login then shows actual my application. > my problem is how can i maintain two html pages in my application? > with valid example explanation is more useful > > thanks. > > -- > 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. > > -- Odeyemi 'Kayode O. B.Sc(Hons) Econs, Application Developer & Systems Engineer (Sun Certified Professional), Oracle Certified Associate, Solaris Systems Administrator, Drupal Developer Website: http://sinati.com <http://www.sinati.com> Socialize with me: http://profile.to/charyorde, http://twitter.com/charyorde, http://www.google.com/profiles/dreyemi Skype:drecute -- 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.
