1 2 Previous Next 20 Replies Latest reply on Dec 11, 2008 4:26 AM by echavet

    Scrollable Datatable rows attribute and pagination

      Hi,

      We are using richfaces 3.1.2 GA along with Seam 2.0 GA in Jboss 4.2. The problem we have is we have defined the rows attributes in the scrollable data table. We expect rows will be dynamically fetched when a table is scrolled up and down.

      The problem we face is, suppose we have total number of records as 9 and we set the rows attribute to 8, the scroll down event doesn't bring back the last record. I assume the event is fired but the client is not refreshing.

      <rich:scrollableDataTable
      rowKeyVar="rkv" headerClass="DataTableHeader"
      columnClasses="DataTableColumnsOdd, DataTableColumnsEven"
      height="190px" width="960px" id="prpList" rows="5"
      value="#{beanList}" var="prpty" reRender="prpList"
      hideWhenScrolling="true">
      


      We tried even with latest richfaces distribution and it didnt work

      Any clues ?

      Thanks

        1 2 Previous Next