I'm not sure if I completely understand what you are trying to achieve, but why not
use something like facelets <ui:repeat> or tomahawks <t:dataList> component?
E.g.
| <ui:repeat value="#{myBean.name}" var="arrayItem">
| <h:inputText id="firstname"
value="#{arrayItem.firstname}"/>
| </ui:repeat>
|
Hope this helps, Pete.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039276#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...