1 Reply Latest reply on Aug 5, 2008 3:47 PM by achildress

    sick and tired of refixing code

    achildress

      I recently updated to RF snapshot richfaces-api-3.2.2-20080710 to get the benefit of some rich:calendar fixes, and once again, things that were working are now not working anymore. This time it is the datascroller and dataGrid. I used to be able to reset the datascroller and dataGrid to display on page 1 after manually sorting the data associated with my dataGrid by doing the following with my bound UIDatascroller object:

      getDataScroller().setPage(1);

      This no longer achieves the resetting of the dataGrid that I am reRendering. Can anybody please tell me how to make this work again?

        • 1. Re: sick and tired of refixing code
          achildress

          Just downgraded to an older release and the datascroller reset logic works again. Had to go back to 3.2.0SR1 release to achieve this, which leaves me with no calendar fixes that I need. It looks to me that this has been broken since release
          3.2.1GA.