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/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
