| Attributes |
| collection |
A runtime expression that evaluates to an array, a Collection, or a Map. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| id |
The name of a page scope JSP bean, of type java.lang.Integer, that will be created to contain the size of the underlying collection being counted. |
| |
| Required:
true |
| Request-time:
false |
Type:
java.lang.String |
|
| name |
The name of the JSP bean (optionally constrained to the scope specified by the scope attribute) that contains the collection to be counted (if property is not specified), or whose property getter is called to return the collection to be counted (if property is specified. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| property |
The name of the property, of the bean specified by the name attribute, whose getter method will return the collection to be counted. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| scope |
The bean scope within which to search for the JSP bean specified by the name attribute. If not specified, the available scopes are searched in ascending sequence. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|