• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

GWT app in IE causes "Done, but with errors on page"

 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am testing my gwt-ext app in browsers, it doesn't show warning in Chrome and in FF but in the status bar of IE (6, 7, and 8), I always have this "Done, but with errors on page" warning. But i cannot find anything wrong with the behavior of the application, it still works fine. when i look at the error message detail, this is what it's saying:


Webpage error details

Message: 'Ext' is undefined
Line: 9
Char: 1
Code: 0
URI: http://xxx.xxx.org:8050/ipres/ipres/js/columntree/ColumnNodeUI.js



can i just supress this warning through my application (I wouldn't want to freak out my users when they see this) or is there something i need to fix with the specified js that shouldn't bring any changes in the application. I'm not sure I want to touch ColumnNodeUI.js since I didn't make any prior changes to it, I just imported the gwt-ext in my app and used it. nothing more.

I would really appreciate your help. Thanks!

Regards,

Chris





 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does your app.gwt.xml contain

along with the inherit?
 
I RELEASE YOU! (for now .... ) Feel free to peruse this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic