Re: [WARN] 404 - GET /.nocache.js (127.0.0.1) 1397 bytes
i just saw this post: http://www.manning-sandbox.com/thread.jspa?threadID=51625
in particular:
In order to make it working, this is how the reference to the nocache.js file should look like:
<script type="text/javascript" language="javascript" src="com.manning.gwtia.ch02.HelloWorld/com.manning.gwtia.ch02.HelloWorld.nocache.js"></script>
so mine went from:
<script type="text/javascript" language="javascript" src=".com.mbe.site.main.nocache.js"></script>
to
<script type="text/javascript" language="javascript" src="com.mbe.site.main/com.mbe.site.main.nocache.js"></script>
and it works
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home