Re: Script error in IE 7 in web mode

2009-02-06 Thread Danny Goovaerts
Arend, Thanks for the reply. I've been able to pinpoint the place where the problem occurs and it is indeed in a class where I parse the XML reply coming back from the server. It was working fine previously in all browsers. The difference is that the XML is larger now. Maybe Internet Explorer has

Re: Script error in IE 7 in web mode

2009-02-05 Thread Arend van der Veen
Hi Danny, I had a similar problem when I was parsing an XML document. In my case, I was a little careless about trapping errors and casting classes. As it turned out Safari and Firefox ignored the errors while IE generated an error. I was able to identify the offending lines of code and rewrote

Script error in IE 7 in web mode

2009-02-05 Thread Danny Goovaerts
I have a GWT application that runs OK in hosted mode. When I compile it, it gives a script error on Internet Explorer 7. The compile version runs correctly in Firfox, Chrome and Safari. I've turned on script debugging in IE7 and it gives me the following message (translated from Dutch) ---