No. Get Standard 1.0.5, it implements JSTL 1.0. Use the following taglib
directives:

<%@ taglib prefix="c"   uri="http://java.sun.com/jstl/core"; %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt";  %>
<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql";  %>
<%@ taglib prefix="x"   uri="http://java.sun.com/jstl/xml";  %>

Quoting Stuart Schmukler <[EMAIL PROTECTED]>:

> I am using Tomcat 4.1.29, so now I am questioning what standard.jar I am
> using. 
> Will Standard 1.1.0 work in Tomcat 4.1.29?
> 
> Stuart
> 
> 
> 
> ---- On Tue, 22 Jun 2004, Kris Schneider ([EMAIL PROTECTED]) wrote:
> 
> > The "url" attribute is dynamic, so you can definitely use an expression to
> set
> > its value. Standard 1.1.0 implements JSTL 1.1 which requires a JSP 2.0
> > container (like Tomcat 5). Whicht appserver are you using? If it supports
> JSP
> > 2.0, is your app using a Servlet 2.4 web.xml?
> > 
> > Quoting Stuart Schmukler <[EMAIL PROTECTED]>:
> > 
> > > I have been trying to get <c:import ./> to work rendering pages.  The
> > > coding is:
> > >       <c:import var="renderedPage" url="${pageToRender}" />
> > > or            <c:import var="renderedPage" url="<%=pageToRender %>" />
> > > 
> > > The idea is to reuse the coding around the import tag on a number of
> > > pages.
> > > 
> > > I have stepped into the import tag code and find that the 'url'
> > > attribute of the tag is not being evaluated.
> > > 
> > > Is this a bug?  Or do I need to use a different version of the JSTL
> > > jar?
> > > (I am using standard.jar labeled jakarta-taglibs-standard-1.1.0 .)
> > > 
> > > 
> > > Thank-you,
> > > Stuart Schmukler
> > 
> > -- 
> > Kris Schneider <mailto:[EMAIL PROTECTED]>
> > D.O.Tech       <http://www.dotech.com/>

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

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

Reply via email to