Re: Error with c:if inside next c:forEach MyFaces 2.2.0

2014-02-18 Thread Najy Nicolas
Hi Leonardo. Yes the problem is fixed in: 2.2.1-SNAPSHOT Thanks On Tue, Feb 18, 2014 at 10:31 PM, Leonardo Uribe wrote: > Hi > > It looks like a page processed by facelets, not by JSP. > > Between 2.2.0-beta and 2.2.0 we did a change in c:forEach tag. The > improvement is ok, but according to

Re: Error with c:if inside next c:forEach MyFaces 2.2.0

2014-02-18 Thread Leonardo Uribe
Hi It looks like a page processed by facelets, not by JSP. Between 2.2.0-beta and 2.2.0 we did a change in c:forEach tag. The improvement is ok, but according to the stack trace I can see a problemn with the id generation. I recently fixed this issue: https://issues.apache.org/jira/browse/MYFACE

Error with c:if inside next c:forEach MyFaces 2.2.0

2014-02-18 Thread Najy Nicolas
Hi, I have a #{cell.comeValue} WARNING: JSF error handler: java.lang.ClassCastException: java.lang.Boolean cannot be cast to org.apache.myfaces.view.facelets.tag.jstl.core.IterationState at org.apache.myfaces.view.facelets.tag.jstl.core.ForEachHandler.apply(ForEachHandler.java:210) at ja