ljnelson wrote:
> 
> Again, submitting a request parameter of x.y['someKey'].z, where x has a
> getY() method that returns a Map<String, Something>, and where Something
> has a setZ() method--does not work, despite being touted in examples.
> 

And this is also true of indexed property binding.

x.y[${someIndex}].z, where x has a getY() method that returns a
List<Something>, and where Something has a setZ() method--does not work
either.

The Z is created, but never set, and the Something is created, but never
installed into the List.

Yikes.

Laird
-- 
View this message in context: 
http://old.nabble.com/Map-binding--tp26616768p26620778.html
Sent from the stripes-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to