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