Discovered what the issue was. An incorrect path was pointing to the
nocache JavaScript file in the HTML file, hence the blank page. For
some reason the GWT plugin will not create a GWT HTML file after
clicking on the Finish button in the wizard. Problem exists for both
Google Web and Dynamic Web p
How about the following?
http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#How_do_I_use_my_own_server_in_development_mode_instead_of_GWT'sand
http://code.google.com/eclipse/docs/faq.html#gwt_in_eclipse_for_java_ee (if
you use WTP to run your project)
--
You receiv
Don't see anything in Eclipse to indicate that there is an instance of
the app running in dev mode. Normally when an app is running under dev
mode there would be an app entry under the server entry in the
Development Mode tab for Eclipse. Chrome displays a GWT icon only if
the gwt.codesvr query str
Followed some instructions on getting dev mode to work on Glassfish
(http://groups.google.com/group/google-web-toolkit/browse_thread/
thread/43f62776e0b6f1eb). After running the app in dev mode under
Chrome a blank page appears, why does this occur?
I noticed in the project's WebContent directory