Friday, June 3, 2011

Re: 'null' is null or not an object

Does it work in IE when running dev mode? If not, it would be helpful to see the Java source where the error is occurring. If it fails in prod mode but not in dev mode, you'll need to compile with output style "pretty" instead of the default "obfuscated" in order to match up the generated Javascript with the corresponding Java source so you can try workarounds.

/dmc

On Thu, Jun 2, 2011 at 10:43 PM, VJ <tvijayp@gmail.com> wrote:
I am using gwt with struts2. I get a javascript error in IE. It works
fine in firefox and chrome.I got this problem only in IE.I tried in
IE7 and IE8. Here is the javascript error i get.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/
4.0; .NET CLR 2.0.50727)
Timestamp: Fri, 3 Jun 2011 02:35:47 UTC


Message: 'null' is null or not an object
Line: 2487
Char: 42
Code: 0
URI: http://192.168.1.101:8080/Nexus/89F0B25E34680577B6A25648F31A52ED.cache.html

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.




--
David Chandler
Developer Programs Engineer, Google Web Toolkit
w: http://code.google.com/
b: http://googlewebtoolkit.blogspot.com/
t: @googledevtools

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment