You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Hassan Schroeder <ha...@webtuitive.com> on 2004/03/01 18:14:04 UTC

Re: taglib standard 1.0 in Tomcat

Hans Bergsten wrote:

> Mixing different versions can cause all kinds of problems, so use
> only these combos:
> 
>   JSTL 1.0
>   --------
>   - A JSP 1.2 or 2.0 container
>   - A servlet 2.3/JSP 1.2 web.xml file
>   - A JSTL 1.0 or 1.1 implementation, e.g., Standard 1.0 or 1.1
>   - JSTL 1.0 taglib URIs, e.g.,
>     <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
> 
>   JSTL 1.1
>   --------
>   - A JSP 2.0 container
>   - A servlet 2.4/JSP 2.0 web.xml file
>   - A JSTL 1.1 implementation
>   - JSTL 1.1 taglib URIs, e.g.,
>     <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

This is a nice concise explanation, thanks.

Actually, my original problem just evaporated following a restart
of that test machine -- your example code ran perfectly. Sigh.

Thanks for the above "compatibility chart", though :-)
-- 
Hassan Schroeder ----------------------------- hassan@webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                           dream.  code.



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