Your onModuleLoad is called as seen in the stack trace:

at com.google.gwt.dom.client.Node$.appendChild$(Node.java)
at net.tecdoc.ws.gwt.client.MainApp.onModuleLoadInternal(MainApp.java:491)
at net.tecdoc.ws.gwt.client.MainApp.onModuleLoad(MainApp.java:452)

Your onModuleLoadInternal() method calls appendChild() which causes the 
exception in your embedded IE environment. Its not a problem with the entry 
functions you posted.

No idea what could cause that, but as its an exception thrown by the 
browser (JavaScriptException) and not a GWT exception you could just search 
google for the javascript exception. I am pretty sure normal JavaScript 
dev's have seen the same problem before you and maybe have solutions posted.

https://www.google.de/search?q=javascript+Unerwarteter+Aufruf+oder+Zugriff
https://www.google.de/search?q=javascript+Unexpected+call+to+method+or+property+access

-- 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to