5 Replies Latest reply on Sep 13, 2010 8:36 AM by dreampeppers99

    issue with richfaces component datascroller

    dreampeppers99

      I use the rich:DataTable and rich:datascroller ... I did my queries and properly populate the DataTable and I can navigate normally through datacroller ...

       

      The problem appears when I try to perform an action (h:CommandButton) on a page (from DataTable) different than # 1 ...

      When I click on the commandbutton while I'm on page one the action is performed ...

      But when I navigate to another page (pages from DataTable using datascroller) and I click the same button for that action is not performed ...

      No messages debug, nothing happens...

       

      My structure is very simple!

      <dataTable>

      <col><commandbutton><col>

      <facet footer><datascroller/></facet>

      </dataTable>

       

      Why this happens?

       

      ps: if I try it without facelets integration it works fine! (I had check my facelets version and richfaces version...)