cannot resolve taglib with uri - IntelliJ Ultimate 2023.3.2
Answered
Hello,
I am getting the message 'cannot resolve taglib with uri' for declarations such as
<%@ taglib uri="/WEB-INF/MyTagLibrary.tld" prefix="mtl"%>
in the jsp files, and the tag symbols are displayed in red with 'cannot resolve symbol'.
I am using IntelliJ Ultimate 2023.3.2, Ant + Ivy and Tomcat 8.5.96.
When executing compile the dependencies are resolved as well as running the web application in Tomcat but the IDE keeps showing these messages and it makes the IDE useless because I cannot navigate through files.
In IntelliJ Community Edition this is not happening.
Please sign in to leave a comment.
Hello,
Have you tried to run “File | Invalidate Caches”? Is it possible to provide sample project example for investigation?