RE: [OT] RE: [Q] Iterating over a collections.Bag works, but..?

2003-02-19 Thread John Espey
Never mind, just realized there was a bag in commons, sorry > -Original Message- > From: John Espey [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 4:57 PM > To: Struts Users Mailing List > Subject: [OT] RE: [Q] Iterating over a collections.Bag works, b

[OT] RE: [Q] Iterating over a collections.Bag works, but..?

2003-02-19 Thread John Espey
Out of pure curiosity, is the Bag you're using from the EDU.oswego libraries? > -Original Message- > From: WILLIAMS,RAND (HP-USA,ex1) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 3:58 PM > To: 'Struts Users Mailing List' > Sub

Subject: RE: [Q] Iterating over a collections.Bag works, but..?

2003-02-19 Thread Edgar Dollin
Do you have the indexed getter method in your main form? i.e. Object [] getNestedObjs() { return nestedObjs.toArray(); } Edgar From: "WILLIAMS,RAND (HP-USA,ex1)" Date: 2003-02-19 21:58:19 [Download message RAW] The problem is that I can display the bean fine: But I want to u

RE: [Q] Iterating over a collections.Bag works, but..?

2003-02-19 Thread James Mitchell
; From: WILLIAMS,RAND (HP-USA,ex1) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 4:58 PM > To: 'Struts Users Mailing List' > Subject: RE: [Q] Iterating over a collections.Bag works, but..? > > > The problem is that I can display the bean fine: >

RE: [Q] Iterating over a collections.Bag works, but..?

2003-02-19 Thread WILLIAMS,RAND (HP-USA,ex1)
The problem is that I can display the bean fine: But I want to use it as an input field: -Original Message- From: WILLIAMS,RAND (HP-USA,ex1) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 12:12 PM To: 'Struts Users Mailing List' Subject: [Q] Iterating over a collections