Just curious. I haven't gotten a chance to try this yet.
First, is it possible to use a binding attribute inside of ui:repeat?
<ui:repeat var="v" value="#{bean.list}">
<h:outputText binding="#{v}/>
</ui:repeat>
Where #{bean.list} is a list of UIOutput components?
Second, are there any issues to be aware of when doing this?
Thanks a bunch.
[Message sent by forum member 'lincolnbaxter' (lincolnbaxter)]
http://forums.java.net/jive/thread.jspa?messageID=333578