@Thomas: the plus.nocache.js is my script that is included in the index.html: <script type="text/javascript" src="plus.nocache.js"></script>
Let me see if I understand you correctly: You think that it will look for /plus/bla1/plus.nocache.js which doesn't exists such that the server returns index.html ? Hmmmm, just checked and I am afraid you are right :(, see screenshot... I have to think about this....come up with a better solution: use absolute paths or use relative and handle it correctly on the server.... Some side info: + I am running GWT in no-server mode. + I don't use the eclipse plugin, but use Eclipse launch files to run Dev mode. [image: Inline images 1] -- 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 http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
