I am experiencing the same behavior, our application works fine with GWT versions 1.5 through 1.7.1, but as soon as GWT 2.0 is used the page experiences a javascript error on load.
If we compile the application using "pretty" or "detailed" styles then it will run fine, so we feel there is a bug with the GWT 2.0 optimizations. Building with JDK 1.6 makes no difference. On Mar 5, 2:04 am, Gourab Panda <[email protected]> wrote: > Hi, > > Try putting some alert('Page is Loaded'); > > If this work. Try once with JDK 1.6, Not sure this will work. Just a guess. > > > > On Wed, Mar 3, 2010 at 7:05 PM, drecute <[email protected]> wrote: > > Using Netbeans 6.8, my GWT application shows blank page both at Dev > > mode and when I deploy the app to Tomcat server. > > > I have tried a simple WIndow.alert('smth') within the onModuleLoad > > function, but nothing seems to work. > > > Also, the application builds successfully without any errors. > > > Any ideas please? > > > -- > > 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]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
