Newer Version Available
Pagination with a List Controller
You can add pagination to a page using a list controller by utilizing
the next and previous actions. For example, if
you create a page with the following markup:
By default, a list controller returns 20
records on the page. To control the number of records displayed on
each page, use a controller extension to set the pageSize. For information on controller
extensions, see Building a Controller Extension.