cannot resolve tag
Hi,
I am attempting to use the JSP XML syntax but when I enter any of the xml tags I always get the cannot resolve tag error. For example:
<jsp:root>
<jsp:directive.page import="java.text.SimpleDateFormat"/>
</jsp:root>
Clearly I missed some step to include the tags but I am not sure what. Anyone an idea??
thanks,
Steve.
Please sign in to leave a comment.
I think you syntax is fine and it is IntelliJ that is at fault. This same bug was raised in 2002 and it appears never to have been fixed.