gwt - page refresh problem -


in gwt application,after user login, user forwarded page. page when user refreshs page, going login page. login page first page shown user. how can stop page going login page? iam using gwt-ext framework in application.

that normal behavior of single page web application. can prevent using gwt's history management.

http://code.google.com/webtoolkit/doc/latest/devguidecodingbasicshistory.html

just add history token (e.g. #main) url after login. register change handler load correct content, if token present.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -