Hi everybody, I'm new in GWT. I have created a project for a single web app and using an (main-) entry point for my site. This site is showing a login page and when the user is logged in the underlying controller loads the application view with some content. Every time I hit refresh in the browser I'm getting a new entry point instance and the onModuleLoad is loading. How can I handle this refresh event to avoid a new login from the user? I had expected that only the my view will be reloaded and not the whole entry point.
Thx -- 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.
