1 Reply Latest reply on Jun 9, 2010 2:16 AM by ilya_shaikovsky

    Is it possible use nested a4j:repeat

    walthari

      For example I have:

       

      <a4j:repeat value="#{mb.list}" var="item"> 
       <a4j:repeat var="subItem" value="#{item.list2}">
       </a4j:repeat>
      </a4j:repeat>

       

      Is it possible something like this?

      There is same way to expose the "var" to the nested repeat?

       

      I have found that the possible solution is replace a4j:repeat for c:forEach, but I need to use repeat.

       

      I would appreciate any help!