This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
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 servlettest 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.
Actually the classes for the tld are in the jar file and that is what is needed. It is all in the spring-webmvc-2.5.5.jar or change the number based on which version you are using, but what you need is the webmvc jar in your lib directory.