Hi Dave, No, I do mean "inputtransferselect". It is the tag with textfield and a list. Values that you enter in the text field appear in the list. They have shown in Struts2 Showcase UI tag examples. I don't know why its not listed in "Tag reference Guide". ( http://struts.apache.org/2.0.6/struts2-core/apidocs/org/apache/struts2/components/InputTransferSelect.html )
I'm not using name field because I have these keys defined in package.properties file from which it picks up name and lable which should match with the name in the beans. e.g. User user user.shoes=Shoes (User is valriable in action, shoes is variable in User object). Leena On Mon, Dec 8, 2008 at 1:14 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > 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] > >