Monday, September 26, 2022

Re: GWT Migration from 2.1.0 to 2.9.0

"Cannot set properties of undefined" is the javascript equivalent of Java NullPointerException.

So in your code something tried to set the property "BLANK_IMAGE_URL" on "null".

-- J.

patil.p...@gmail.com schrieb am Montag, 26. September 2022 um 08:48:31 UTC+2:
Hi 
I having beginners level knowledge with GWT, having task to migrate our application from GWT 2.1.0 to 2.9.0, in process, have made required changes. Application getting compiled fine but on browser its giving below error

 SEVERE: (TypeError) : Cannot set properties of undefined (setting 'BLANK_IMAGE_URL')
com.google.gwt.core.client.JavaScriptException :(TypeError) : Cannot set properties of undefined

If someone might be aware about this error, kindly revert. Thank you.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/058d57eb-a47b-43b2-8688-12ed3e86430en%40googlegroups.com.

No comments:

Post a Comment