2 Replies Latest reply on Jun 29, 2009 8:21 AM by takach

    Paging in extendedDataTable

    takach

      extendedDataTable uses paging when attribute 'rows' is given, but there is no data submission by default when paging. Is it possible to set an automatic data submission for paging?

      My code looks like


      <rich:extendedDataTable rows="30" ...>
      <rich:column>
      <h:inputText ... >
      </rich:column>
      </rich:extendedDataTable>


      And the changes in the inputText will be lost by paging because no form submission occurs when paging.