pager:setPage

Set the active page for the pager. You can set it your self with the page attribute or set the parameter attribute where he can get it from.

Syntax
<pager:setPage
   default="..."?
   name="..."
   page="..."?
   parameter="..."?>
   ...
</pager:setPage>
Attributes
name, mandatory, no runtime expressions

Name of the scripting-variable where to get the PagerSource object.

page

The active page number/identifier.

parameter

The url parameter where to get active page number/identifier

default

The page number/identifier when no parameter or page is available