util:pager

Sets startIndex, endIndex, displayStartIndex and totalSize attributes which can be used for paging.

Syntax
<util:pager
   length="..."
   name="..."
   startIndex="..."?
   startIndexName="..."?/>
Attributes
name, mandatory

The name of the attribute that contains object to be used for paging. This can either be an array or a collection

length, mandatory

Specifies the length of the pageintervall

startIndexName

Specifies the name of the attribute that contains the start index, i.e. the first item to display on the page. If not set, then the "start" request parameter is checked.

startIndex

Specifies the start index, i.e. the first item to display on the page. If not set, then startIndexName is checked.