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. > > > > __________________________________ > Do you Yahoo!? > Win a $20,000 Career Makeover at Yahoo! HotJobs > http://hotjobs.sweepstakes.yahoo.com/careermakeover > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] ------- End of Original Message ------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
