Re: [Struts2] CheckBoxList returns XWorkList instead of ArrayList

2007-10-17 Thread Jon D Cruz
at it should be, and I think my Db4o code is in error. Thanks for the replies... newton.dave wrote: > > Isn't XWorkList a sub-class of ArrayList? > > --- Jon D Cruz <[EMAIL PROTECTED]> wrote: > >> >> I've been wracking my brains on this issue for t

[Struts2] CheckBoxList returns XWorkList instead of ArrayList

2007-10-17 Thread Jon D Cruz
I've been wracking my brains on this issue for the last day and wonder if someone out there can help. *** I'm using an ArrayList to populate a CheckBoxList on my JSP. *** The Parent object has an "id" and "name" field. *** I'm using an ArrayList to retrieve the values that have been selected. ***