Thanx for your response,
attributes['user.status.options']
produces a list of beans that I'm after.
ie.
Im doing something like this in my action :
List userStatusOptions = getUserStatusOptions();
attributes.put("user.status.options", userStatusOptions);
On Thu, 2007-04-19 at 05:54 -0700, Dave Newton wrote:
> -- 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]
>
>
--
-=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]