The <list> Tag
Purpose
Iterate over a list contained in the current panel.
Attributes
| Name | Description |
|---|---|
| name | Required - Specifies the name of a list to be searched in the current panel. |
| varStatus | If set, specifies the name of a page scope attribute. The tag will export a list status object to that attribute. The list status object has methods boolean isFirst(), boolean isLast() and int getIndex(), which may be used to retrieve information about the position of the current item. |
Body
The <list> tag has no body.


