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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to