| |||||||
| FRAMES NO FRAMES | |||||||
The basic iteration tag, accepting many different collection types and supporting subsetting and other functionality.
Support for this tag is not currently implemented.
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| items | false | true | java.lang.String | Collection of items to iterate over. |
| var | false | true | java.lang.String | Name of the exported scoped variable for the current item of the iteration. This scoped variable has nested visibility. Its type depends on the object of the underlying collection. |
| |||||||
| FRAMES NO FRAMES | |||||||