Thanks for the response.  Yes, the HTML file and the CSS file are
there in the war fiolder.  It was created manually when I generated my
GWT module. Possibly the path is messed up somewhere?
I also tried to create a new HTML file as you suggested (not manually)
and when I clicked on finish, nothing happened.

Any other ideas?


On Jul 5, 11:55 am, Jens <[email protected]> wrote:
> I think your code looks fine.
>
> Do you actually have a MyGWTModule.html file inside your war folder or any
> html page that includes the generated .js files from GWT?
> If not you have to create one (New -> HTML Page. The one with the GWT
> icon).
> You can also create it by hand. Just make sure you have
>
> <script type="text/javascript" language="javascript" src="<your module
> name>/<your module name>.nocache.js"></script>
>
> in the html page's <head> tag and if you ever want to have history support
> you need
>
> <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'
> style="position:absolute;width:0;height:0;border:0"></iframe>
>
> inside the <body> tag.
>
> -- J.

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

Reply via email to