1 Reply Latest reply on Nov 16, 2007 6:07 AM by ilya_shaikovsky

    problem with Re rendering data table

    daedlus

      Hi

      I am trying to rerender the check box in facet of datatable on scroll from rich:dataScroller but it doesnt seem to rerender.
      The backed state var holds right state but in the UI it doesnt rerender.

      <f:facet name="header">
       <rich:columnGroup>
       <rich:column> <h:selectBooleanCheckbox id="all" value="#{bean.state}" title="Select All">
       <a4j:support event="onclick"
       action="#{bean.action}"
       reRender="id_tablepanel" />
       </h:selectBooleanCheckbox>
       <h:outputText value="All}" />
       </rich:column>
      
      .................
      
      </facet>
      


      when the datatable renders the get and set methods for state are not being called.