Re: accessing collections without iterating.

2004-08-21 Thread Antony Paul
collections without iterating. Antony Paul wrote: I think no because there is no property. The first List(list1) is storing another List(list2). list2 contains Strings. Antony Paul There are all sorts of ways to solve this. You can, for example, wrap the List in a class which uses getters

Re: accessing collections without iterating.

2004-08-20 Thread Antony Paul
: accessing collections without iterating. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 3:37 AM To: [EMAIL PROTECTED] Subject: accessing collections without iterating. Hi all, My situation is List inside List and I am using

Re: accessing collections without iterating.

2004-08-20 Thread Michael McGrady
Antony Paul wrote: I think no because there is no property. The first List(list1) is storing another List(list2). list2 contains Strings. Antony Paul There are all sorts of ways to solve this. You can, for example, wrap the List in a class which uses getters and setters that bean utils can

RE: accessing collections without iterating.

2004-08-20 Thread Jim Barrows
-Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 8:32 PM To: Struts Users Mailing List Subject: Re: accessing collections without iterating. I think no because there is no property. The first List(list1) is storing another List