You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by David Short <ds...@san.rr.com> on 2005/02/04 02:43:51 UTC

Tag libraries and JSPs

I just upgraded from Tomcat 5.0.28 to 5.5.4 and now my taglib declaration
doesn't seem to work anymore in my JSPs

<%@ taglib prefix="c" uri="http://java.sun.com/products/jstl/core" %>

Is there new syntax for 5.5.4?



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tag libraries and JSPs

Posted by Jack Lauman <jl...@nwcascades.com>.
David:

In JSTL v1.0.x it's:

<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%>

In JSTL v1.1.x it's:

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>

It has never been what you indicated.

Jack

David Short wrote:
> I just upgraded from Tomcat 5.0.28 to 5.5.4 and now my taglib declaration
> doesn't seem to work anymore in my JSPs
> 
> <%@ taglib prefix="c" uri="http://java.sun.com/products/jstl/core" %>
> 
> Is there new syntax for 5.5.4?
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org