forEachEnd

From Documentation
Revision as of 02:14, 8 July 2010 by Maya001122 (talk | contribs) (Created page with '== The forEachEnd Attribute == forEachEnd="${''an-EL-expr''}" It is used with the <tt>forEach</tt> attribute to specify the index (starting from 0) the iteration shall ends at …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The forEachEnd Attribute

forEachEnd="${an-EL-expr}"

It is used with the forEach attribute to specify the index (starting from 0) the iteration shall ends 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.