Jason_Rosenblum@timeinc.com 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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|