JSTL core Facelets Tag Library.
Tag forEach


The basic iteration tag, accepting many different collection types and supporting subsetting and other functionality


Tag Information
Tag Classorg.apache.myfaces.view.facelets.tag.jstl.core.ForEachHandler
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
beginfalsefalseintIf items specified: Iteration begins at the item located at the specified index. First item of the collection has index 0. If items not specified: Iteration begins with index set at the value specified.
endfalsefalseintIf items specified: Iteration ends at the item located at the specified index (inclusive). If items not specified: Iteration ends when index reaches the value specified.
itemsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Collection of items to iterate over.
stepfalsefalseintIteration will only process every step items of the collection, starting with the first one.
varfalsefalsejava.lang.StringName of the exported scoped variable for the current item of the iteration. This scoped variable has nested visibility. Its type depends on the object of the underlying collection.
varStatusfalsefalsejava.lang.StringName of the exported scoped variable for the status of the iteration.

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.