Re: Iterations in JSF using JSTL via forEach

2008-11-02 Thread Nikola Milutinovic
ct: Re: Iterations in JSF using JSTL via forEach I figured out what the problem was. I was using JSTL 1.1 rather then 1.2. I found a version of this here : https://maven-repository.dev.java.net/repository/jstl/jars/ I am wondering if there are any plans to include this release with Tomcat 6, or make it

Re: Iterations in JSF using JSTL via forEach

2008-10-17 Thread Alexander Hartner
I figured out what the problem was. I was using JSTL 1.1 rather then 1.2. I found a version of this here : https://maven-repository.dev.java.net/repository/jstl/jars/ I am wondering if there are any plans to include this release with Tomcat 6, or make it easier accessible. May this is already bei

Iterations in JSF using JSTL via forEach

2008-10-17 Thread Alexander Hartner
I am sure this is a very silly problem, however I have been struggling with this for a while now. I am trying to iterate over a collection using JSF and JSTL's forEach which is apparently supported in JSP2.1 (2.0) and Tomcat 6. I have the version number in web.xml set to 2.5 and the faces-config.x