The pager Component is linked to the dataGrid Component. It shows informations about the result set (ex: number of available pages) and can give direct access to a specific page ("a la Google").
The pager Component has the following capabilities :
<v:pager for="resultats" message="List :" zeroResultMessage="No Line ..." oneResultMessage="Only one response :" /> <v:pager styleClass="pagerInfos" for="resultats" message="{rowCount} (page {pageposition}/{pagecount})" zeroResultMessage="" oneResultMessage="" />