Tobago Components
Tag forEach


**** Deprecated. Will be removed in a future version ****

Replacement for the JSTL tag.
This tags iterates over the body content without setting up an exported scope variable, but replaces all occurrence's of var in TobagoTag's ValueBinding attributes.
All non TobagoTags are treated as they are, no replacement is done, and so no ability to use the var in el.



Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.component.ForEachTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
beginfalsetruejava.lang.String

Index at which the iteration begins.

endfalsetruejava.lang.String

Index at which the iteration stops. Defaults to items.length().

itemsfalsetruejava.lang.String

ValueBindingExpression pointing to a java.util.List, java.util.Map or Object[] of items to iterate over.

stepfalsetruejava.lang.String

Index increments every iteration by this value.

vartruetruejava.lang.String

Name of a request-scope attribute under which the model data for the row selected by the current value of the "rowIndex" property (i.e. also the current value of the "rowData" property) will be exposed.


Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.