Loops over a collection of objects defined by the group attribute.

<jrun:foreach [item=”variable name”]
	group=”java.lang.Object[]|
	java.util.Iterator|java.util.Enumeration|
	javax.naming.NamingEnumeration”
	[type=”java.lang.Object|classname”]>
...
</jrun:foreach>
or
<jrun:foreach group=”java.sql.ResultSet”>
...
</jrun:foreach>