Pass the style = DETAILED flag (see http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#Why_is_my_GWT-generated_JavaScript_gibberish?) 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%[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.
