Re: iterating over collection

2005-11-25 Thread Per Jørgen Walstrøm
this should do the trick: this, of course, assumes that your "secondaryBean" has methods like getName(), getPrice() etc. cheers, pj Malhotra, Amitkumar \(Exchange\) Thu, 24 Nov 2005 21:23:34 -0800 Hello All, Am stuck up with a simple problem and could not find solution to the same

RE: Iterating over collection ...

2004-08-31 Thread eid4k
Thanks Jim, the reply Daniel Perry posted worked/ I have done it your way earlier nad it did not produce the correct output. Have look (if you care at Daniel Perry's reply. It did produce the correct outpu. Thanks anyway Karim "Jim Barrows" <[EMAIL PROTECTED]> wrote: > > >> -Original Mes

RE: Iterating over collection ...

2004-08-31 Thread eid4k
Thanks Daniel, this worked. I have tried nesting a iterate tag earlier today but I wasn't setting it correct. Thanks for the answer. Regards Karim PS: Thanks to the other replies too. "Daniel Perry" <[EMAIL PROTECTED]> wrote: >You need to nest another iterate'er in order to iterate through

RE: Iterating over collection ...

2004-08-31 Thread Daniel Perry
You need to nest another iterate'er in order to iterate through the inner list for each object:                 Daniel. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 31 August 2004 17:48 > To: [EMAIL PROTECTED] > Subject: Iterating over c

Re: Iterating over collection ...

2004-08-31 Thread Erik Weber
Don't you want a nested iteration of the second ArrayList, similar to the iteration you already have? Erik [EMAIL PROTECTED] wrote: Hello there I am having some issue getting the correctly output while iterating over my collection I'm doing the following: I'm iterating over an processList(ArrayLi

RE: Iterating over collection ...

2004-08-31 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 31, 2004 9:48 AM > To: [EMAIL PROTECTED] > Subject: Iterating over collection ... > > > Hello there > > I am having some issue getting the correctly output while > iterating over my collec