2 Replies Latest reply on Apr 20, 2011 5:14 AM by ilya_shaikovsky

    a4j repeat tag not rendering inside rich:dataTable

    kunalkishan

      Version : Richfaces 3

       

      I have the following piece of code . When the page is rendered the a4j repeate section is not getting rendered.

      Any clues ?

       

      <rich:dataTable id="someTable" width="60px">

      <a4j:repeat rendered="true" id="repeater" rowKeyVar="rowIndex" ajaxKeys="#{myBean.keys}"

                          value="#{myBean.shoppingList}" var="item1" rows="5">

      <tr>

           <td><h:outputText id="something" value="#{item1.somevalue}"/></td>

      </tr>

      </a4j:repeat>

      </rich:dataTable>