The absolute uri: http://www.springframework.org/tags/form cannot be resolved
Can somebody help me in resolving this exception:
1. I have following line in my JPSs and they are working fine:
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
But in the log, I'm getting the following exception:
org.apache.jasper.JasperException: The absolute uri: http://www.springframework.org/tags/form cannot be resolved in either web.xml or the jar files deployed with this application
at org.apache.jasper.compiler.DefaultErrorHandler.jsp Error(DefaultErrorHandler.java:50)
Thanks