2 Replies Latest reply on Feb 21, 2011 3:39 AM by ilya_shaikovsky

    How can i call action methods on <rich:dataScroller>

    amit.sharma1910

      Hi,

      I am using the Jsf2.0

       

      My requirement is that i have a <rich:dataTable> inside that footer section i have <rich:dataScroller> for page navigation.

       

      I datatable i have a column as checkbox. So i can select the checkbox and print that record. But if I scrolled to next page previously selceted checkbox must me deselect.

       

      That is working fine if i just navigate between pages but once i click on the print details button that those checkbox not deselcting on page navigation.

       

      So i want to right such method that will call before i move to another page that will clear all check box manually.

       

      So i desided to with either action or scrollerListener method. but when i tried with the my control is not going to backing bean.

       

      Can anybody help me to solve this problem

       

       

      Thanks

      -Amit