Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

unable to load spring-form.tld in Eclipse IDE

807589Oct 6 2008 — edited Oct 6 2008
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 3 2008
Added on Oct 6 2008
2 comments
1,138 views