i am using gwt to create a web application. when a user presses the logout button, i want to be able to refresh the page(or basically redirect to the homepage)as my GWT application runs only on one html page. what is the programmatic code to do this? I am doing Async calls to to the server side on button click and able to clear the cookies and refresh as well , but redirect is not happening . i am using Window.localtion.assign (GWT.getHomePageURL+"index.html") on the client side code , but it's not redirecting to index.html . one more observation is it is working in DEV environment but once deployed on external servers like Tomcat/Jetty , redirect is hot happening , all the time its going to some other page. Any suggestions will be highly appreciated ...
Thanks, Ranjan
|
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/GASfVYM6wSUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment