c:forEach is build time tag. So it won't work in your case. (It is designed to iterate over components at UI tree build time, and not over data at render time)
Why don't you put rendered condition on h:outputText which prints ",". You can get size of collection using EL function. Or better use t:dataList from tomahawk. It also has index variable. ui:repeat is buggy. RichFaces might also have some repeater tag. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085221#4085221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085221 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
