First of all,does ur login page has different module associated with it...? it is always a better GWT programming to have login module and other modules for post login functioning. It should be seperated. And for handelling back of ur browser u will need to maintain history using History class provided by GWT. -- Aditya
On Fri, Oct 15, 2010 at 1:02 PM, Vibhuti Gupta <[email protected]>wrote: > Hi > > When I refresh any page in my GWT application it loads the login page as > the browser URL does not change. Also clicking back button of the browser > loads the login page. I need a way to load the page i am currently on when > user refreshes the page instead of login page getting loaded. > > Anyone has any ideas how to achieve it. > > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- 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.
