Apache Struts 2 Plugin Registry > Home > Table Tags > Pager Tag
Added by Tom Schneider, last edited by Tom Schneider on Feb 24, 2007  (view change)

Description

The pager tag allows a user to navigate paged data.

Examples

<!-- Renders a simple pager tag -->
<tt:pager action="Table" pagerCommand="pagerCommand"
	pagerValue="pagerDisplay" />

Parameters

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