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

Reply via email to