Well I found out what index is (index=count +1), but a need something that
tells me how much iterations are there before reaching the end of
interation.

Example: 

Emplooyes: 2350     (I need to know this value before iterations)

Emplooyes data 1 ........
Emplooyes data 2 ........
.....
Emplooyes data 2350 ........

Thanks.



DNewfield wrote:
> 
> TonyD wrote:
>> label="%{reports[#reportStatus.count -1]}"
>> 
>> Where could I find all status properties (first, last, odd, even, count,
>> etc.)
> 
> http://struts.apache.org/2.0.8/struts2-core/apidocs/org/apache/struts2/views/jsp/IteratorStatus.html
> 
> Looks like what you want is "index".
> 
> -Dale
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-set-checkbox-label-value-in-a-iterator-tf4035305.html#a11500040
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to