Thanks. This worked great. However, I did have to do two things. The MyFaces distribution that I am using (0.7.0), only contains the jstl.jar file (version 1.1.0).
To get your suggestion to work I had to download the JSTL project, get a .TLD file and a stadard.jar file. These two files are not included with MyFaces. The jstl.jar file in the version of JSTL I downloaded is twice the size of the one included with MyFaces and is version 1.1.1_01. I figured that since I am using the standard.jar file from JSTL version 1.1.1_01, I better replace the MyFaces jstl.jar file with the 1.1.1_01 as well. This leades me to my question. Why does MyFaces distribute jstl.jar in the first place? I am hurting anything by replacing it with a more current version? Rob --- "Tang, Jason" <[EMAIL PROTECTED]> wrote: > I got exactly the same problem, but resolved by > adding > > <taglib> > > <taglib-uri>http://java.sun.com/jstl/core</taglib-uri> > <taglib-location>c.tld</taglib-location> > </taglib> > > in web.xml and put c.tld under WEB-INF in your war > > Jason > > -----Original Message----- > From: Robert Breidecker > [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 07, 2005 1:36 PM > To: MyFaces Discussion > Subject: JSTL Problem in JSF > > > I'm trying to use a little JSTL on one of my JSF > pages > and I get the following error. > > javax.faces.FacesException: The absolute uri: > http://java.sun.com/jstl/core cannot be resolved in > either web.xml or the jar files deployed with this > application > > My JSP taglib definition looks like this. > <%@ taglib uri="http://java.sun.com/jstl/core" > prefix="c" %> > > Has anyone seen this before? > > Thanks, > Rob > > > > __________________________________ > Yahoo! Messenger > Show us what our next emoticon should look like. > Join the fun. > http://www.advision.webevents.yahoo.com/emoticontest > __________________________________ Yahoo! Messenger Show us what our next emoticon should look like. Join the fun. http://www.advision.webevents.yahoo.com/emoticontest

