0

I have GWT application. i am using IE8. when i try to access the page in hosted mode, i am getting below error. how to resolve it?

enter image description here

Thanks!

Jean-Michel Garcia
  • 2,359
  • 2
  • 23
  • 44
user1016403
  • 12,151
  • 35
  • 108
  • 137

1 Answers1

2

IE6, IE7, IE8 has many bugs. Try to compile your project in "Pretty" or "Detailed" javascript and look line where is error. Then try to find in google this method. If you're lucky, you find solution. It has helped me several times. But sometimes the errors GWT in IE are not resolved.

Taras Lazarenko
  • 410
  • 3
  • 9