Hi, I would like to use multiple host pages for creating a GWT application. Since it is not quite possible to use the same framework for the whole application.
For example, 1> The Entry module load login widgets according to Main.html. 2> After the authentication success, the cookie is sent to the client browser. 3> A new html file called Profile.html should be the first page to load widgets after login. As a result, now the Root.get is referring to Profile.html instead of Main.html. How can I do this transition? Can someone please provide some details like one or two lines of code? Thanks Jimmy -- 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.
