forEachEnd"

From Documentation
m
Line 4: Line 4:
 
  forEachEnd="${''an-EL-expr''}"
 
  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 (inclusive). If not specified, the iterations ends at the last element.
+
The <tt>forEach</tt> 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 <tt>forEachEnd</tt> is greater than or equals to the number of elements, the iteration ends at the last element.
 
If <tt>forEachEnd</tt> is greater than or equals to the number of elements, the iteration ends at the last element.

Revision as of 06:17, 1 August 2011

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.

Version History

Version Date Content
     



Last Update : 2011/08/01

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.