0 Replies Latest reply on Mar 12, 2007 3:48 PM by fabboco

    datascroller resubmit the form

    fabboco

      Hi,

      I have a dataTable and the related datascroller

      
      <rich:panel>
      
      .....
      
      <rich:dataTable id="e1" var="e1" rows="10" value="#{e1List}" width="100%" columnsWidth = "0*" rules="all">
      ....
      </rich:dataTable>
      <rich:datascroller for="e1" />
      
      </rich:panel>
      
      .....
      
      


      Each time a push a datascroller button the form is resubmitted, in my application this causes that the e1List is reloaded from the database.

      Is there any way to avoid that the form is resubmitted like trinidad dataTables does ?

      Thank you

      Regards

      Fab.