[jboss-user] [JBoss Seam] - Re: tags c:forEach and ui:repeat

mgrouch do-not-reply at jboss.com
Mon Sep 17 15:06:27 EDT 2007


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



More information about the jboss-user mailing list