forEachEnd"

From Documentation
(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 …')
 
Line 1: Line 1:
== The forEachEnd Attribute ==
+
 
 
  forEachEnd="${''an-EL-expr''}"
 
  forEachEnd="${''an-EL-expr''}"
  

Revision as of 01:56, 9 July 2010

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.