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 handle, e.g. like the following:


   public String getProperty(Integer integer) {
     list.get(integer.intValue());
   }

Comprehende?

Michael



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to