Dave Newton-4 wrote:
--- Skip Hollowell <[EMAIL PROTECTED] <http://www.nabble.com/user/SendEmail.jtp?type=post&post=10206085&i=0>> wrote:
> I will work more in depth now that I know this
> is the functionality I have been searching for.

You should just be able to use the stat.index value in
your tags. Doesn't mean you *can*, just that *I* think
you should!

> My apologies for RTFM questions.

Nah, that's what the FML is for (to a degree ;)

Besides, I'm usually wrong, so don't thank me yet!

d.
Indeed I can:
   <s:iterator id="p" value="payment.amtToPay" status="stat">
   <tr>
     <td>
<s:textfield key="payment.amtToPay" value="%{payment.amtToPay[#stat.index]}" theme="simple" />
     </td>
     <td>
<s:textfield key="payment.datePaid" value="%{payment.datePaid[#stat.index]}" theme="simple"/>
     </td>
   </tr>
   </s:iterator>

Thanks a million. If I ever have to buy beer for all the people that have helped me through this process, I will be be a very happy, albeit very broke, man.


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

Reply via email to