jsp tagdir support
Hi,
Hows the tagdir support in jsp suppose to work?
I entered this:
<%@ taglib prefix="zptemplate" tagdir="/WEB-INF/tags/template" %>
which appears to be accepted. (no errors)
But when I try to use it like this;
<zptemplate:header/>
I get the error "cannot resolve symbol".
Is tagdir fully supported or not??
thx.
Please sign in to leave a comment.
It is.
Check if the WEB-INF is under the web resource directory.
Cookie Monster wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Hmm ... could you please elaborate on your answer, because I am not sure that I understand.
I have the same problem, and have tried various settings without success.
Best regards /Marcus