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
Post a Comment