Hi ,

I have a problem with development of a custom tag with spring MVC and TOMCAT.

Usually I create a custum tag inheriting from TagSupport but when i import this tha appropiate jar (javax.servlet.jsp.jar) and try to enter in the first page of my appliacation i riceve an error:

org.apache.jasper.JasperException
org.apache.jasper.servlet.JspServletWrapper.handle JspException(JspServletWrapper.java:522)
org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:356)
org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:337)
org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet .java:856)

Someone know what i can do to create a custom tag....?

Thanks