Thursday, October 2, 2014

Re: (TypeError): Cannot read property 'wk' of null

Thats a JavaScript error that is equivalent to a NullPointerException in your Java code. If the error does not happen in classic DevMode then you have to compile your app in PRETTY / DETAILED style or use SuperDevMode in order to get more information about what "wk" represents in your Java code.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment