I have added a static HTML page to my GAE app-engine dashboard no
problem, by adding a custom page via the appengine-web.xml file.

However, I have been trying for some time to add a GWT module (i.e.
generated Javascript functionality) to the same page without success.

I have added the usual <script> tags to the same html files, and
written the GWT module. in it's OnModuleLoad() I use

RootPanel.get().add( panel );

To add the content to the hosting HTML page, all without success.

Is it possible to add GWT to this GAE page?
Has someone got any suggestions, secrets or samples they can share?

thanks in advance!

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