TC5 is compliant, but I'd make sure to get the latest: 5.0.19. This is what I
mean by a Servlet 2.4 web.xml:

<web-app xmlns="http://java.sun.com/xml/ns/j2ee";
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
         version="2.4">
  ...
</web-app>

Quoting Anuj Agrawal <[EMAIL PROTECTED]>:

> Keith - i know about the using the correct uri.  Thanks.
> 
> Kris - my web.xml has <!DOCTYPE web-app PUBLIC "-//Sun Microsystems,
> Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd";> .. doesn't look like my
> tomcat is compliant, and i'm not sure about WSAD (i have version
> 5.0.0.2).
> 
> Thanks.
> Anuj.
> 
> --- Kris Schneider <[EMAIL PROTECTED]> wrote:
> > Some additional info:
> > 
> > You need both jstl.jar and standard.jar. JSTL 1.1 requires JSP
> > 2.0/Servlet 2.4 -
> > does your version of WSAD support that? You'll also want to make sure
> > your app
> > is using a Servlet 2.4 style web.xml.
> > 
> > Quoting Keith <[EMAIL PROTECTED]>:
> > 
> > > Not sure if I'm understanding your problem correctly, but to use
> > the function
> > > tags you 
> > > need to have a different taglib uri besides the core.
> > > 
> > > <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions";
> > %>
> > > 
> > > 
> > > Keith
> > > 
> > > 
> > > ---------- Original Message -----------
> > > From: Anuj Agrawal <[EMAIL PROTECTED]>
> > > To: [EMAIL PROTECTED]
> > > Sent: Thu, 29 Apr 2004 09:49:01 -0700 (PDT)
> > > Subject: JSTL setup
> > > 
> > > > Ok, i must be doing something wrong, but it's not apparent to me.
> > :(
> > > > 
> > > > I am using the 1.0.x version of standard.jar, and everything is
> > fine. 
> > > > The taglib uri i'm using is http://java.sun.com/jstl/core.  I
> > don't
> > > > have any taglib related entries in my web.xml and there are no
> > tld
> > > > files in my WEB-INF directory.
> > > > 
> > > > I want to use the function tags available in 1.1.x, so i tried
> > dropping
> > > > in the new standard.jar, and changed my taglib uri to
> > > > http://java.sun.com/jsp/jstl/core, and now my IDE (WSAD) reports
> > that
> > > > the URI does not exist.  And i'm unable to test my application.
> > > > 
> > > > Any help?
> > > > Anuj.
> > 
> > -- 
> > 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