Hi.  I'm trying to do this exact thing.  Map
properties FROM a form into an object in an ArrayList
which is in my form bean.

<html:form action="/saveProperty">
<html:text name="teamMember" property="name" />
<html:text name="teamMember" property="age" />
</html:form>

My form bean has an ArrayList 'TeamMemberList' which
should contain objects of type TeamMember with
properties 'name' and 'age'

How exactly do I get these properties mapped into:
teamMemberList->teamMember->name
teamMemberList->teamMember->age

The answer was somewhere in this thread but I'm
missing it.

Jeff

__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

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

Reply via email to