Wednesday, August 29, 2012

Window.Location.assign() works in dev but fails in Tomcat/jetty external deployment

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?
 
Even this Window.Location.assign() works in development machine , but fails in Tomcat/jetty deployment ...
 
if any one has faced such issues , please let me know some tips to implement the same...

--
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/-/LqaIURH5gUwJ.
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