You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Omar Eduardo Gomez Padilla <og...@psl.com.co> on 2004/05/21 22:48:31 UTC

[Beanutils] Problem with mapped/indexed property

Hi!
 
I happen to have a bean that has a mapped property (a map). Each entry
in the map hold a List ( indexed properties ). I used the following
notation to access the indexed properties:
 
bean(mapEntry)[0]
 
but it doesn't work. 
 
Any ideas?