You mean optiontransferselect, right?

Don't you need a "name" attribute or something? I thought the "list" attribute 
was what populated the control.

Dave


--- On Mon, 12/8/08, Leena Borle <[EMAIL PROTECTED]> wrote:

> From: Leena Borle <[EMAIL PROTECTED]>
> Subject: problem with s:inputtransferselect
> To: "Struts Users Mailing List" <user@struts.apache.org>
> Date: Monday, December 8, 2008, 3:54 PM
> Hi,
>   I am having problem with the tag
> "s:inputtransferselect". All I have is a
> list defined inside a bean. This bean is used by action to
> add/edit the
> values. I see all the values except values of this tag does
> not get
> reflected back to the action. Am I missing something in
> this tag ?
>   My Jsp code is,
>             <s:inputtransferselect
> list="user.shoes"  theme="ajax"
> labelposition="left">
> Variable "user" and it's getter/setter are
> defined in my action. Variable
> "shoes" is an ArrayList declared and defined in
> user object.
> 
> 
> I would appreciate help with this.
> Thanks
> Leena

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

Reply via email to