[jboss-user] [JBoss Seam] - Re: Dynamic number of input types

leezard do-not-reply at jboss.com
Sat Sep 8 13:40:15 EDT 2007


ok, I've partially found a solution - long running conversations and jsf syntax like this:


  |    <h:outputText vallue="#{account.limits[0].type}"/>
  |    <h:inputText vallue="#{account.limits[0].value}"/>
  | 

But another thing is: how to iterate thorough this list in JSF to be able to use list indexes like 0, 1, 2 and so on? I can't use ui:repeat because it doesn't have such feature.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082357#4082357

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082357



More information about the jboss-user mailing list