3 Replies Latest reply on May 8, 2008 1:37 PM by wrzep

    JSTL and SEAM 2.0.1

      Hello!!
      I need to iterate inside a tabpanel to create dinamically the tabs. I read that I can't use ui:repeat for this, but I can use jstl c:forEach. Is this true?


      If so, what I have to do to add JSTL capabilities to my project? I've put



      xmlns:c="http://java.sun.com/jsp/jstl/core"




      to my xhtml, and put jstl.jar inside web-inf/lib but it is not enough.
      Any idea?


      Thanks in advance