Hi there, seems like I found a bug in the GWT compiler. IfI compile the source code with "-draftCompile" the applications works as excected. If I remove this parameter I am getting a NullpointerException in my javascript (in IE6 as well as FF).
I wanted to have a closer look at the javacode that ist responsible for the Nullpointer and added the parameter "-style DETAILED". Surprisingly no NullpointerException occured. No NullpointerException as well with "-style PRETTY". Any ideas how I could find out how to solve the problem? My generated *.cache.html files have 800k size. I don't see a chance to analize the obfuscated javascript. The problem occured while upgrading from 1.5.3 to 2.1.0.m2. I am trying to compile the code with the newest 2.0 version and let you know if that helps. cheers, Björn -- 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.
