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

