Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Content Presenter Display Template Pagination Tags
Tag getCurrentPageSetRange


Description

This tag returns the range of values that the current page is on. For example, if the current page is 3 of 5, and the page size is set to 10, this tag will return a string that looks like "21 - 30" If the 'var' attribute is set, then the page set range will be set as a page variable with the specified name. Otherwise, the value will be inlined into the HTML.

Examples

This example sets the current page set range into a context attribute named 'pageSetRange':

<paginationTags:getCurrentPageSetRange var="pageSetRange"/>


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body Contentscriptless
Display NamegetCurrentPageSetRange

Attributes
NameRequiredRequest-timeDescription
varfalsefalse The EL property to set in the request for retrieval.

Variables
No Variables Defined.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Copyright © 2010, Oracle. All rights reserved.