0 Replies Latest reply on Jan 10, 2012 7:18 AM by ravi.f39

    <

    ravi.f39

      Hi ,

       

      I am working with <rich:dataScroller>(Using Richfaces 4)

       

      when I try to to use scrollListener it is not working.

       

      Follwing is the code

       

      in .xhtml

      <rich:dataScroller for="termTableDisp" id="scroll" scrollerListener="scrollerCheck();" />

       

      In backing bean.

       

      public void scrollerCheck(DataScrollEvent event){
      System.out.println(“Checking for Scroll event”);

      }