4 Replies Latest reply on Dec 11, 2008 6:45 AM by blochaou

    nested <a4j.repeat does not work

    blochaou

      Hi everybody
      itry to use two <a4j:repeat to display a dropdownmenu. The first <a4j:repeat work fine and the inner does not. He is my code.
      I can not move on. I need help.
      Thanks

       <a4j:repeat id="rubriqueRepeat" value="#{AnnoncesBackingBean.rubriques}" var="rub">
      
       <rich:dropDownMenu direction="bottom-right" jointPoint="tr" value="#{rub.designation}">
      
       <a4j:repeat var="cat" value="#{rub.categorieCollection}">
       <rich:menuItem value="#{cat.designation}"/>
       </a4j:repeat>
      
       </rich:dropDownMenu>
      
       </a4j:repeat>