An element that renders its body repeatedly, much like a Foreach component.
An expression supplies a collection or array of objects, and its body is
rendered for each element in the collection.
Figure C.2. <foreach> Attributes
Name
Type
Required ?
Default Value
Description
key
string
yes
The symbol to be updated with each successive value.
expression
string
yes
The OGNL expression which provides the source of elements.