Hi Gaurav,

The standard History mechanism of GWT uses the "#" token by default. To 
avoid using it, you need to use a different approach.

(Always remember that a GWT app is a single page application)

You can use the HTML5 pushState to handle your URLs. More info about it:

https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_pushState()_method
http://stackoverflow.com/questions/18163893/gwt-website-routing
https://www.youtube.com/watch?v=XJ7Dcs5rEA0

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to