Set the text for the “Back to First Page” link within a PageNavigatorTag
<page:first>Start</page:first>
The PageFirstTag is a CompilerDirectiveTag. It must be nested within a PageNavigatorTag.
The PageFirstTag has an optional attribute “hideforcurrentpage”. If the attribute is set, this tag will not output a value when the first page is displayed.
<page:first hideforcurrentpage="true">First Page</page:first>