This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: dataTable pagingfernando_jmt Sep 27, 2008 2:13 PM (in response to ipazmino)Use a datascroller. <rich:dataTable id="myTable" value="#{inboxMessages}" var="inboxMsg" rows="5">...</rich:dataTable> <rich:datascroller for="myTable" />
 HTH.
- 
        2. Re: dataTable pagingipazmino Sep 27, 2008 3:55 PM (in response to ipazmino)Hi, thanks for your help. 
 Just something to mention is that for <rich:datascroller for="myTable" /> it needs to be inside a form or an exception will thrown.
 
    