| Apache Struts 2 Plugin Registry > Home > Table Tags > Pager Tag |
The pager tag allows a user to navigate paged data.

<!-- Renders a simple pager tag --> <tt:pager action="Table" pagerCommand="pagerCommand" pagerValue="pagerDisplay" />
| Name | Required | Type | Description |
|---|---|---|---|
| pagerCommand | true | String | the action property name that indicates which page to load |
| pagerValue | true | PagerDisplay | the action property that contains the current PagerDisplay |
| action | false | String | the name of the action for the links |
| namespace | false | String | the namespace of the action for the links |
| method | false | String | the action method for the links |
| url | false | String | the full url for the link |