Idea 10.0.1 & GWT 2.1.1: how to tell Idea the module html file
Idea complains that it cannot find the html element with the id 'xxx'. So I suppose there must be a place where I tell Idea which html file is for a gwt module. But where is that place exactly?
Attached is my StockWatcher.java and StockWatcher.html.
Attachment(s):
Untitled.png
Please sign in to leave a comment.
There is no such place. IDEA determines which html files correspond to GWT module automatically by searching for tags like
in html files. Do you have such tag in StockWatcher.html file?
>
>
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi,
If you look at the attached image, you'll see that I have html elements with such id's.
Regards.
Looks like part of my message was eaten by the forum engine. I was asking you about tags like
in html file.