Inner UI:repeat does not bind to a bean in a nested UI:repeat
问题 HI, I am using nested ui:repeats to display my data. the outer UI:repeat works and binds to bean just fine, but the inner does not bind to the bean. In sumary, I would like to display a list of people where each person has a name and a list of email addresses. Here is my code: <ui:repeat value="#{myFamily.personList}" var="eachPerson" > <tr:panelCaptionGroup captionText="#{eachPerson.name}" styleClass="fullWidth"> <h:inputText value="#{eachPerson.age}" styleClass="fullWidth" /> <ui:repeat