On Mon, 22 Jul 2002, Craig R. McClanahan wrote: > > <c:forEach var="customer" items="customers" varStatus="status"> > <html-el:text var="${customer.id}" > property="customers[${status.index}]"/> > </c:forEach> > Err, that should probably something more like: <c:forEach var="customer" items="customers" varStatus="status"> <html-el:text var="${customer.id}" property="customers[${status.index}].id"/> </c:forEach> but you get the idea, I hope. Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- Struts-EL: Ideas about "name" and indexed &q... David M. Karr
- Re: Struts-EL: Ideas about "name" and i... Craig R. McClanahan
- Re: Struts-EL: Ideas about "name" a... Craig R. McClanahan
- Re: Struts-EL: Ideas about "name" a... David M. Karr
- Re: Struts-EL: Ideas about "name&quo... Jing Zhou
- Re: Struts-EL: Ideas about "name... David M. Karr
- Re: Struts-EL: Ideas about "... David M. Karr
- Re: Struts-EL: Ideas about &... Jing Zhou
- Re: Struts-EL: Ideas abo... David M. Karr
- Re: Struts-EL: Ideas abo... Jing Zhou
- Re: Struts-EL: Ideas abo... Craig R. McClanahan
- Re: Struts-EL: Ideas abo... Jing Zhou
- Re: Struts-EL: Ideas abo... Craig R. McClanahan