Dave wrote:

> Caught by the second paragraph of link
> 
> "The JSPTL requires a servlet container that supports the proposed
> Java Servlet 2.3 and JavaServer Pages 1.2 specification. The Jakarta
> Project Tomcat 4 servlet container supports the new proposed
> specification and can be used for testing the JSPTL"
> 
> Anyone know if this mean they won't work with tomcat 3.3?!!!

Yes, JSPTL currently requires JSP 1.2, which Tomcat 3.x doesn't support.
JSPTL's current round of tags takes advantage of 1.2 functionality, and
some of the constraints the library imposes require a TagLibraryValidator,
which only JSP 1.2 supports.

Shawn

Reply via email to