Does anyone know how to access a nested list in an a map.
I have a list of UserStatus beans in my attributes map with
key=user.status.
The select looks like this :
<s:select list="attributes['user.status.options']"
label="User Status">
</s:select>
And there are getter and setters in my Action:
Map attributes;
getAttributes();
setAttributes(Map atts);
I keep getting a resolve error :
tag 'select', field 'list': The requested list key
'attributes['user.status.options']' could not be resolved as a
collection/array/map/enumeration/iterator type. Example: people or
people.{name} - [unknown location]
------------------------------------------------------------------------
Any pointers would be greatly appreciated!
--
-=Darryl Culverwell=-
Cell: +27 82 494 1678
Phone: +21 21 448 1395
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]