**** @deprecated. Will be removed in a future version ****
Replacement for the JSTL <c:foreach> tag.
Attributes |
Name | Required | Request-time | Type | Description |
begin | false | true | java.lang.String | Index at which the iteration begins. |
end | false | true | java.lang.String | Index at which the iteration stops. Defaults to items.length() . |
step | false | true | java.lang.String | Index increments every iteration by this value. |
items | false | true | java.lang.String | ValueBindingExpression pointing to a java.util.List , java.util.Map or Object[] of items to iterate over. |
var | true | true | java.lang.String | Name of a request-scope attribute under which the model data for for each subobject is accessible. |