• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

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?
 
What's that smell? Hey, sniff this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic