1 Reply Latest reply on Aug 10, 2007 1:29 PM by ishabalov

    use of rich:datascroller

    sharonbn

      hello,
      i have rich:datascroller with rich:datatable but i don't get the values of the table.
      if i use h:datatable i get the values.
      can't i use rich:datatable with rich:datascroller?

      here is part of the code:

      <rich:datascroller fastControls="fastrewind" id="campaigntablescroller" for="campaigns" maxPages="5" actionListener="#{liveCampaignList.actionScrollerListner}" binding="#{liveCampaignList.tableScroller}" ></rich:datascroller>

      <rich:dataTable binding="#{liveCampaignList.table}" rows="#{liveCampaignList.numberOfRowsPerPage}" var="campaignList" id="campaigns" value="#{liveCampaignList.campaignList}" styleClass="tables_7" style="border-left:0px solid;border-right:0px solid #75a7d3;">



      thank.