I had this problem as well. And I found that when hosted.html contains "external.gwtOnLoad(window, modName)" its wrong for gwt 1.5.2 (At least when i have this line in hosted.html Iam getting invalid version error). I made lot of changes and i cant really remember which change make to generate correct hosted.html but correct line is "external.gwtOnLoad(window, modName, "1.5")". So maybe when you change it manually in hosted.html it can start to works.
On 15 Zář, 21:58, WildWarrior03 <[EMAIL PROTECTED]> wrote: > anybody found any solution? I am not using tomcat..I am not sure what > is wrong..I also get the same error.. > > On Sep 5, 7:17 am, Noé <[EMAIL PROTECTED]> wrote: > > > It works now. I think it was because of the cache on tomcat. > > > To achieve this, I erased all the temporary files on the web server. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
