| |||||||
| FRAMES NO FRAMES | |||||||
**** @deprecated. Will be removed in a future version ****
Replacement for the JSTL <c:foreach> tag.var in TobagoTag's ValueBinding attributes.var in el.| Tag Information | |
| Tag Class | org.apache.myfaces.tobago.taglib.component.ForEachTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| begin | false | true | java.lang.String | Index at which the iteration begins. Type: java.lang.IntegerDefault: 0 |
| end | false | true | java.lang.String | Index at which the iteration stops. Defaults to items.length().Type: java.lang.IntegerDefault: items.lenght() |
| items | false | true | java.lang.String | ValueBindingExpression pointing to a java.util.List, java.util.Map or Object[] of items to iterate over.Type: [java.util.List, java.util.Map, java.lang.Object[]] |
| step | false | true | java.lang.String | Index increments every iteration by this value. Type: java.lang.IntegerDefault: 1 |
| var | true | true | java.lang.String | Name of a request-scope attribute under which the model data for for each subobject is accessible. Type: java.lang.String |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||