I have the following in my JSP

> <tr><td>Work Title:</td><td><stripes:text  
> name="volume.workConnection[0].work.title" /></td></tr>
> <tr><td>Work type:</td><td>                                                   
>       <stripes:select name="volume.workConnection[0].workType">
>               <stripes:options-enumeration  
> enum="com.dahosek.catalog.book.WorkConnection.WorkType"/>
>       </stripes:select>
> </td></tr>

In the volume object we have
>       private List<WorkConnection> works = new ArrayList<WorkConnection>();
with getters and setters

WorkConnection in turn has
>       private WorkType workType;
>       private Work work;

with its getters and setters

and Work has
>       private String title;

However when the save method is called on my action bean, the works  
array is empty. Any suggestions on what's going wrong here?

-dh

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to