|
I think this should work (but obviously it
doesn't). Can anyone tell me why?
<% int i = 0;
%>
<logic:iterate id="list" name="adminUpdateProfileForm" property="customerContacts"> <tr> <td><html:text property="customerContact[<%=i++%>].contactName"/></td> </tr> </logic:iterate> Where getCustomerContacts() returns a vector of
CustomerContact objects &
getCustomerConact(int offset)
returns an CustomerContact element from that vector.
thanks,
jeff
|
- RE: Indexed Grid Representation on a Form Jeff Trent
- RE: Indexed Grid Representation on a Form Nanduri, Amarnath
- Re: Indexed Grid Representation on a Form Jeff Trent
- Re: Indexed Grid Representation on a Form Jim Richards
- Re: Indexed Grid Representation on a Fo... Jeff Trent
- Re: Indexed Grid Representation on... Jim Richards
- Re: Indexed Grid Representation on a Fo... Martin Cooper
- Re: Indexed Grid Representation on a Form Jeff Trent

