1 Reply Latest reply on Mar 16, 2007 12:57 PM by alexsmirnov

    rich:dataTable Rerender Question


      Wich is the way to refresh a dataTable afert events?

      <rich:panel id="panTabPlanif">
      <rich:dataTable value="#{tablaMB.formadores}" var="form" rows="5"
      id="tabPlanif">
      <rich:column id="C0">
      <f:facet name="header">Code</f:facet>
      <a4j:commandLink id="selAjaxForm" immediate="true"
      value="#{form}" actionListener="#{tablaMB.selectFormador}"
      reRender="tabPlanif"/>
      </rich:column>
      </rich:dataTable>
      <rich:datascroller for="tabPlanif"/>
      </rich:panel>

      With:
      1. reRender="tabPlanif": I get nothing
      2. reRender="panTabPlanif": I get net table values, but datascroller doesn't work anymore, also in more complex tables I loose headers.
      3. reRender="C0": The row goes out

      Thank's
      Ricardo Alba