It was because ie8 was not included in user.agent property in the .gwt.xml file... Just the behaviour was strange and it took me 4 hours debugging javascript to find this out :) Viliam
On 14. Apr, 14:59 h., Viliam Durina <[email protected]> wrote: > I developed my application with Firefox, Chrome and IE7, here it > works. But when I test with IE8, the page hangs before the module is > loaded. In the server log I see 404 error for /myModule/ > undefined.cache.html: apparently the hash calculation failed in the > "myModule.nocache.js" script. I'm trying to debug it somehow, but > until then maybe someone else had the same problem and has a > solution... > > Thanks, > Viliam -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
