Sri, Thanks, it worked! Once I set the style=DETAILED flag using the "GWT Compile project" button in eclipse I soon discovered the problem. One of my variables was null in some cases. Once I fixed this my application works again.
Thanks Wouter On Dec 22, 9:19 pm, Sripathi Krishnan <[email protected]> wrote: > Pass the style = DETAILED flag > (seehttp://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.h...) > to the GWTC compiler and then run the application. It won't solve your > problem, but will atleast point you to the method/variable that has the > problem. > > --Sri > > 2009/12/23 Wouter <[email protected]> > > > > > Hi all, > > > I have a strange problem in a <hash>.cache.html that is generated by > > GWT. When I click on an specific radio button in my application the > > application seems to hang (the "please wait" indication remains > > displayed). This problem occurs in Chrome, FF and IE. In IE an JS > > error appears which says: > > > line 2965 > > char 368 > > Error 'b.a' is null or not an object > > Code:0 > > URL: <hash>.cache.html > > > I use GWT-EXT and my application is hosted on Google App Engine. > > > Does anybody seen this error before and give me some pointers where to > > look ? > > > regards > > Wouter > > > -- > > > 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.
