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 getResultCount


Description

This tag returns the total number of results found. For example, if there are 80 results found, this tag will return "80". If the 'var' attribute is set, then the result count 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 result count into a context attribute named 'resultCount':

<paginationTags:getResultCount var="resultCount"/>


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body Contentscriptless
Display NamegetResultCount

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.