You can re-symbolize it to get the original method name. http://code.google.com/p/google-web-toolkit/wiki/WebModeExceptions <http://code.google.com/p/google-web-toolkit/wiki/WebModeExceptions>(at the bottom)
Or easier, you can execute development mode agains the remote server (instead of using localhost or 127.0.0.1, use you production address). Best 2010/8/31 vikky8118 <[email protected]> > Hello all, > > Not sure how to solve this . I am having null pointer exceptions in > Client code. Not sure what is the point of code resulting this. > > com.google.gwt.core.client.JavaScriptException: (TypeError): h is null > > > fileName: > http://localhost:8080/projectName/8539D547D8E637FE2BDEF3195667D6A7.cache.html > lineNumber: 2409 > > > My question is - how to relate this to the code that is resulting this > error? Any ideas? > > -- > 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. > > -- Guit: Elegant, beautiful, modular and *production ready* gwt applications. http://code.google.com/p/guit/ -- 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.
