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 (for a Dynamic Web project) that the generated directory uses the package name as part of its name when the project is compiled. Doing the compile in an ordinary Java project results in a generated directory that does not use the package name as part of its name. Not sure if this has any impact with running an application in dev mode. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.