--- Laurie Harper <[EMAIL PROTECTED]> wrote:
> Roger Varley wrote:
> >                <s:property value="#indexValue"/>
> have you tried <s:property value="#indexValue"/>?

I'll bet he did ;)

<s:iterator value="{1, 2, 3, 4, 5}" 
            status="status" 
            id="val">
  <s:set name="idx" value="#status.index"/>
  <li>
    <s:property value="#idx"/> -
    <s:property value="#val"/>
  </li>
</s:iterator>

d.



 
____________________________________________________________________________________
It's here! Your new message!  
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/

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

Reply via email to