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
-~----------~----~----~----~------~----~------~--~---