Thanks for your reply. When i changed script tag it is working fine.
I have some other old projects which are in same system . At the time of creation of older projects it is generated boot start up script as nocache.js only. Now , i am trying to create new project in same system it is generating boot start up script as gwt.js. I am sure on using gwt1.5.3 version. can you please advice how to resolve this. Thanks On Oct 15, 7:24 pm, Thomas Broyer <[email protected]> wrote: > On 15 oct, 15:41, ramesh chiluveri <[email protected]> wrote: > > > Hai All, > > > I am facing problem to run my gwt application. I am using gwt-1.5.3 > > version in Eclipse. > > > When i create sample application it is generating html as > [...] > > <meta name='gwt:module' > > content='com.mycompany.project.ImageViewer'/ > [...] > > <script language="javascript" src="gwt.js"></script> > [...] > > when i run this project it is not working. > > > what i observed in .html is there no nocache.js . i think it may be > > problem. > > This is definitely not something generated by GWT 1.5 or upper; this > was the GWT 1.4 way of bootstrapping your module. > > > Please give me suggestion to resolve this. > > remove the <meta name="gwt:module" ...> and replace the <script> with > this one: > > <script src="com.mycompany.project.ImageView.nocache.js"></script> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
