forEachEnd
Syntax:
forEachEnd="${
an-EL-expr
}"
The forEach
attribute is used to specify the index (starting from 0)
which element iteration should end at (inclusive). If not specified, the
iterations ends at the last element.
If forEachEnd
is greater than or equals to the number of elements, the
iteration ends at the last element.
#