RE: Collections and type conversion

2009-02-05 Thread Richard Gundersen
oming from (it looks like this): [0] null [1] Field[blah] [2] null [3] Field[blahblah] Nearly there - Thanks! -Original Message- From: Richard Gundersen [mailto:r.gunder...@salford.ac.uk] Sent: 05 February 2009 12:00 To: user@struts.apache.org Subject: Collections and type conversion H

Collections and type conversion

2009-02-05 Thread Richard Gundersen
Hi Could anyone point out what I'm doing wrong here please? My model (FileType) has a collection of Field objects and a getter called getFileFields(). I want to automatically display and set these when my form is rendered/posted. Rendering is easy using an iterator, but to allow the collectio