Re: [Struts2] CheckBoxList returns XWorkList instead of ArrayList

2007-10-17 Thread Jon D Cruz
> testList.add(parent3ForList); >> >> testArrayList.add(parent1ForArrayList); >> testArrayList.add(parent2ForArrayList); >> testArrayList.add(parent3ForArrayList); >> >> } >> >> >> The code

Re: [Struts2] CheckBoxList returns XWorkList instead of ArrayList

2007-10-17 Thread Martin Gainty
yes it is.. M- > Isn't XWorkList a sub-class of ArrayList? > > --- Jon D Cruz <[EMAIL PROTECTED]> wrote: > > > > > 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

Re: [Struts2] CheckBoxList returns XWorkList instead of ArrayList

2007-10-17 Thread Dave Newton
listKey="id" > listValue="name"/> > > > > CheckBoxList created from a "ArrayList": > >list="testArrayList" listKey="id" > listValue="name"/> > > > What I'

[Struts2] CheckBoxList returns XWorkList instead of ArrayList

2007-10-17 Thread Jon D Cruz
" and "valuesArrayList" via "getClass()": class com.opensymphony.xwork2.util.XWorkList Thanks -- View this message in context: http://www.nabble.com/-Struts2--CheckBoxList-returns-XWorkList-instead-of-ArrayList-tf4642221.html#a13259251 Sent from the Struts -