posted 13 years ago
Hi All,
my code is as follows
<s:form action="addUser" method="get">
<s:optiontransferselect name="user.roles" list="user.roles" listKey="id" listValue="name" doubleName="roleList" doubleList="roleList" doubleListKey="id" doubleListValue="name" allowAddAllToLeft="false" allowAddAllToRight="false" allowAddToLeft="true" allowAddToRight="true" allowSelectAll="false" allowUpDownOnLeft="false" allowUpDownOnRight="false"
buttonCssClass="ButtonSmall" >
</s:optiontransferselect>
<s:submit type="button" value="%{'add'}">
</s:submit>
</s:form>
When form submitted items from the list are not autoselected on submit.
How can I get both the lists to my action class Please let me know....
Thanks