hello all, is there any way to get the current loop number (or index) of a an iterate tag? i have the following code:
<logic:iterate id="fields" name="report" property="fields"> <a href="sort.do?sortIndex=I.Want.The.Current.Index.Of.Iteration.Here"><bean:write name="fields"/></a> </logic:iterate> do i need to use another tag library for this? or should i resort to a scriplet setting a variable and incrementing it... (please dont make me do that!) thanks, mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

