Hi,
not easy to run custom tags with tomcat.
I'm using jakarta-tomcat-4.0-rc1. By trying the example:
http://localhost:8080/examples/jsp/simpletag/foo.jsp
an error occurs.
--- ERROR:
A Servlet Exception Has Occurred
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 15 in the jsp file: /jsp/simpletag/foo.jsp
Generated servlet error:
C:\tom40\work\localhost\examples\jsp\simpletag\foo$jsp.java:98: No variable
EVAL_BODY_AGAIN defined in interface javax.servlet.jsp.tagext.BodyTag.
} while (_jspx_th_eg_foo_0.doAfterBody() ==
javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
--- END Error
What is the problem, I'm trying around for several days just to run only one
custom tag. But nothing works.
Thanx Peter