[EMAIL PROTECTED] wrote:
Hi,
I'm trying to run a simple JSP that tests a custom tag. The tag was an
extension of SimpleTagSupport.java. I have included the class
SimpleTagSupport in my WAR file via j2ee-1.4.jar, but I am receiving an
exception (see below). Does anyone have any ideas?

Tomcat 4 implments jsp 1.2 specs but SimpleTagSupport is available since
jsp 2.0, tomcat 5. I don't remember how tomcat 4 works, but tomcat 5 does not load specification classes like Servlet classes from application war file.


- Jukka -


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to