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