3 Replies Latest reply on Apr 1, 2009 7:01 AM by drkchoudary

    Previous and Next buttons of rich:datascroller are not worki

      Hi,

      I am using liferay 5.2.2 and richfaces 3.3.0 and observed that the Previous and Next buttons of rich:datascroller are not working as expected.

      Without Liferay it is working absolutely fine. When I integrated it " previous(<<) " button always navigating us to the first page and the " next(>>) " button always navigation us to the 2nd page.

      My datascroller is as follows:

      <rich:datascroller id="scrollpage" align="right" for="ordersList" maxPages="5" >

      My JSF managed bean is as follows:

      <managed-bean>
      <managed-bean-name>orderSearch</managed-bean-name>
      <managed-bean-class>com.convergys.cso.order.search.OrderSearch</managed-bean-class>
      <managed-bean-scope>session</managed-bean-scope>
      </managed-bean>

      Can some one help me on resolving this issue.

      Thanks a lot
      Duggineni