hdp
Tag pageLinks


This JSP Tag is used to render pagination navigation links (e.g. Previous Next 1 2 3 4 5 6 7 8 First Last). Layout of the links is configurable via injecting different implementation instance of org.hdpagination.config.PageLinksPattern interface into org.hdpagination.config.GlobalConfig. There are some pattern implementation classes available to choose in package 'org.hdpagination.config.pattern'.


Tag Information
Tag Classorg.hdpagination.web.taglib.PaginationLinkTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
actionIdtruetruejava.lang.StringBean identifier of the corresponding PaginationAction instance declared in Spring application context.
resendParamsfalsetruejava.lang.StringThis property is used to indicate whether the parameters of the previous http request should be sent again. This event is triggered when user clicks the pagination control to access the page of data. The default value is 'false'. If you want to keep all the original request parameters in subsequent pagination requests, you should set this property to 'true'.

The types of pagination control include:

1) pagination navigation links (e.g. Previous Next 1 2 3 4 5 6 7 8 First Last), rendered by <pageLinks> tag

2) available pages dropdown, rendered by <pagesDropdown> tag

3) goto page text field and submit button, rendered by <gotoPage> tag

4) sort hyperlink, rendered by <sortBy> tag

5) select sort dropdown, rendered by <selectSortBy> tag

styleClassfalsetruejava.lang.StringSpace-separated list of CSS style class(es) to be applied to the rendered hyperlinks (<a>). Refer to attribute 'class' in <a> HTML tag.
stylefalsetruejava.lang.StringSpecifies an inline style for the rendered hyperlinks (<a>). Refer to attribute 'style' in <a> HTML tag.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.