THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Description
The pager tag allows a user to navigate paged data.
Examples
<%@ taglib prefix="tt" uri="/tabletags"%> ... <!-- 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 |