4 Replies Latest reply on Jul 15, 2013 4:21 PM by bleathem

    Rich data table pagination and row click problem

    roxy1987

      Hi,

       

      I have a problem with a combination of pagination and row double click of rich data table. On first table page, double click works fine. But in the next page, it returns me the row data from the first page.

       

      Following is the code :

       

      This is the tag for data table :

       

      <rich:dataTable id = "logTabla" rows = "11" style="width:100%;" value="#{administradorLogMBean.arlLogTabDet}" var="newItem" rowClasses="odd-row-tb, even-row-tb">

               <a4j:ajax  event="rowdblclick" listener="#{administradorLogMBean.test}" />

      ...

      ...

      ...

      ...

      </rich:dataTable>

       

      And the scroller is :

       

      <rich:dataScroller for="logTabla" id="datascroll" stepControls="auto"  boundaryControls="hide" fastControls="hide" maxPages="5" style="float:right;" execute="@form">

      ...

      ...

      ...

      </rich:dataScroller>

       

      The bean is session scoped. Any help or work around suggestions would be great.

       

      Thanks.