Configuring tlb via external resource
I tried to configure the following tlb as an external resource:
<%@taglib uri='application' prefix='mucc'%>
I set the external resource uri to "application" and the location to the local tlb-file. Anyhow IDEA says "cannot resolve tag library". Any clues?
Please sign in to leave a comment.
Have you read the corresponding help topic? Have you enabled Web Application
support?
--
Best regards,
Mike Aizatsky.
-
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
I wouldn't risk sending a mail without reading the
corresponding help topic ;)
Web Application support is enabled. The taglib location is also defined in the web.xml. I also tried to change the uri in the jsp using
- file://c:/tmp/muccTagLib.tld
- c:/tmp/muccTagLib.tld
- c:\tmp\muccTagLib.tld
- \tmp\muccTagLib.tld
The behaviour keeps the same: can't resolve tag library