unable to load spring-form.tld in Eclipse IDE
807589Oct 6 2008 — edited Oct 6 2008Hi,
iam doing a sample application with spring where i wanted to use spring-form.tld
but iam getting the fallowing exception
SEVERE: Servlet.service() for servlet test threw exception
org.apache.jasper.JasperException: /WEB-INF/form.jsp(16,0) Unable to load tag handler class "org.springframework.web.servlet.tags.form.FormTag" for tag "form:form"
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)
i have the spring-form tld and also iam using the tag <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> in the jspform.i am unable to find the cause of error.
If any body can solve it ,please do inform.
thanks in advance.
Regards,
Ramesh K