I have just finished to develop a web site that is mostly written in
GWT. During a non-trivial load that contains many panels and widgets
build, asynchronous server requests for grabbing information from DB
and XML file contents, it fails in IE8 on adding the main Composite
object to the root panel with unclear JavaScript message.
In Firefox and IE7 it works fine. How can I get information about the
failure cause ? and this is, actually, a general question - How can I
get information where is the failure in my Java classes when at
runtime all Java classes are compiled to JS ?

It looks like a nightmare when everything works at development
environment where you can debug the Java code but it fails on runtime
with an error that tells you nothing about the real problem.

Thanks in advance
Itzik Yatom
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to