-- Darryl Culverwell <[EMAIL PROTECTED]> wrote:
> 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>   
> 
> tag 'select', field 'list': The requested list key
> 'attributes['user.status.options']' could not be
> resolved as a collection/etc.

So you're saying that whatever is keyed by
'user.status' has a list of options?

If so, you're including the 'options' part inside the
map key; I'd think you'd want
attributes['user.status'].options or something...

d.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to