storck writes:
> Could someone HELP me with my previously posted messages ????
> Its urgent!

I guess this is the previous message of which you speak... 

storck writes:
> 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 !!!!!  
> 

This should work for you: 

<logic:iterate id="bean" name="formBean" property="list" indexid="idxId">
<logic:greaterThan name="idxId" value="0">
 Index over 0
</logic:greaterThan> 

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

Reply via email to