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 string is part of the URL. The applications's current URL has the icon displayed in Chrome's address bar.
On Sep 3, 11:24 am, Nick Apperley <[email protected]> wrote: > 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 [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.
