1 Reply Latest reply on Feb 15, 2007 5:31 AM by ask4saif

    JSTL Tag Lib not found

    toni

      Hi,

      when using the c:forEach tag in my seam webapplication I get:

      Exception during request processing: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

      I'm using the following taglib:

      <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

      Which jar do I have to include?

        • 1. Re: JSTL Tag Lib not found
          ask4saif

          YOu have to add "jstl.jar" file in your Web-INF folder.

          you can do this by manually add an entry in your build file,

          where other seam and web related jars are also included.