[jboss-user] [JBoss Seam] - Re: inputText form array / dynamic form
pbrewer_uk
do-not-reply at jboss.com
Fri Apr 20 09:50:43 EDT 2007
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#4039276
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039276
More information about the jboss-user
mailing list