Uhm, I guess:
| <ui:repeat value="#{el-expr-to-conversational-object}"
var="itervar">
| .. do stuff with itervar ..
| </ui:repeat>
|
Where the ui namespace should point to the Facelets tag library. This way, everything
nested inside the repeat is... well, repeated, bringing the current element of the
collection you are iterating over in scope for each iteration.
Is this what you're looking for?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055561#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...