JSTL XML
Tag forEach


XML iteration tag.


Tag Information
Tag Classorg.apache.taglibs.standard.tag.common.xml.ForEachTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
var
Name of the exported scoped variable for the current item of the iteration. This scoped variable has nested visibility. Its type depends on the result of the XPath expression in the select attribute.
 
Required: false
Request-time: false
Type: java.lang.String
select
XPath expression to be evaluated.
 
Required: true
Request-time: false
Type: java.lang.String
begin
Iteration begins at the item located at the specified index. First item of the collection has index 0.
 
Required: false
Request-time: true
Type: int
end
Iteration ends at the item located at the specified index (inclusive).
 
Required: false
Request-time: true
Type: int
step
Iteration will only process every step items of the collection, starting with the first one.
 
Required: false
Request-time: true
Type: int
varStatus
Name of the exported scoped variable for the status of the iteration. Object exported is of type javax.servlet.jsp.jstl.core.LoopTagStatus. This scoped variable has nested visibility.
 
Required: false
Request-time: false
Type: java.lang.String

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.