Re: HowTo: How can I acces the index of a iterator-tag within a logic-tag ?

2001-10-27 Thread John Yu
Use indexId, logic:iterate id=bean name=formBean property=list indexId=myIndex logic:greaterThan name=myIndex value=0 At 12:46 pm 26-10-2001 +0200, you wrote: Hi, How can I acces the index of a iterator-tag within a logic-tag ? logic:iterate id=bean

HowTo: How can I acces the index of a iterator-tag within a logic-tag ?

2001-10-26 Thread storck
Hi, How can I acces the index of a iterator-tag within a logic-tag ? logic:iterate id=bean name=formBean property=list logic:greaterThan ? Index over 0 /logic:greaterThan /logic:iterate THANKS !