One solution that seem to work:
-- Use of the old fashion base tag in the index.html:
<base href="/plusRoot/plus">
<base href="/plusRoot/plus">
I am just not so font of making the index.html location/url dependent, such that you have to edit the index.html during deployment...... but you have to tell the browser which base url to use when performing some kind of url dispatching that results in changed url paths...
I noticed it's a well known issue with using html 5 pushstate, see: LINK
Would be nice to be able to solve it in apache, such that it's set per app (location)... I will have a look...
Any ideas ?
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment