TEI unresolvable: "Cannot resolve symbol..." #1074
In my WebModule I've some JSP-Pages. The Tag-Libraries are available and the automatic code-completion works.
The Problem lies in resolving the variables, which are described in a TEI-Class.
IDEA marks them as error: "Cannot resolve symbol...".
Simple example:
JSP-Page:
<std:attribute name="error"><%= error %></std:attribute>
TEI:
Please sign in to leave a comment.
Sorry... My fault... Path in WebModule->Children Modules
was not checked...
Juergen wrote:
:). By the way if you write your own TEIs they will not be resolved
before first compile because they are taken from output paths.
IK
--
Igor Kuralenok
Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
I found the TEI java files. But I cannot figure out what I need to do to get them integrated into my project. Is there a step-by-step guide somewhere?
I have reattached my file.
Thanks
Attachment(s):
intellij.JPG
Doug Young wrote:
You need to include them into source (in case of java files and compile
them) or libraries visible from this web module (for 1128+).
IK
--
Igor Kuralenok
Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"