Attributes |
Name | Required | Request-time | Type | Description |
list | true | true | java.lang.String | The name of the list to use. The list can be a VOList, a DataSet or any Java Collection |
scope | false | true | java.lang.String | The scope where to search the list ( 'screen', 'screen-attributes', 'screen-elements', 'request', 'screen-session', 'session', 'screen-application', 'application' ). The 'screen' scope is available only in actions requests (not in service requests). |
indexbase | false | true | java.lang.String | The first index value ( typicaly 0 or 1 ) |
loopname | false | true | java.lang.String | The name used to identify the loop (for multiple loops) |
itemname | false | true | java.lang.String | Specific variable name for the current item in the loop (useful for nested loops) |