This content has been marked as final.
Show 1 reply
-
1. Re: Open in new tab, TransitionAnchors, and erraiPushStateEnabled
mbarkley Jan 17, 2017 11:13 AM (in response to sskelton90)If your context is "/testapp" and your pages are "Page1" and "Page2" then your URLs should be "<host>/testapp/Page1" and "<host>/testapp/Page2". In order to make these URLs work via normal hyperlinks you will need to configure your web server to redirect requests from "/testapp/<PageName>" to your GWT host page.
Cheers.