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?
 

Reply via email to