Annoying behaviour with GWT
Hi.
I'm using intelliJ 6
I set up GWT as required but when I'm coding my GWT application, intelliJ is keep showing error bulbs as I'm using GWT widgets with messages like:
Label is part of DOM module, you have to inherit it.
Well, I did this thing but the error message are still in front of my eyes no matter what.
Any ideas?
Please sign in to leave a comment.
Hello Hussein,
Please attach your .iml and .ipr files.
Thanks for help.
Attachment(s):
ArmadaBookStoreWeb.iml
ArmadaBookStoreProject.ipr
Hello Hussein,
Please press Ctrl+B on the highlighed reference and check whether Label.class
located in gwt-user.jar of your GWT installation. Then go to the .gwt.xml
file for your GWT module, press Ctrl+B on DOM module reference (in "inherits"
tag) and check whether DOM.gwt.xml file located in the same gwt-user.jar.