后台如何取 struts2 optiontransferselect 的值
<tr>
<s:optiontransferselect label="角色选择" name="permLeft" doubleList="{}"
list="#request.listMap" listKey="permissionGroupId" listValue="permissionGroupName"
doubleName="permRight" leftTitle="系统存在的角色"
rightTitle="用户已拥有的权限" multiple="true" doubleEmptyOption="true" doubleMultiple="true"
allowAddToLeft="true" allowAddToRight="true" allowAddAllToLeft="true" allowAddAllToRight="true"
allowSelectAll="false" >
</s:optiontransferselect>
</tr>
在做给用户授权操作,我已经从后台把角色查了出来,显示在左边的框中,现在把左边框的值移动到右边框,我应该如何取右边框中的值了。
待高手 解决。。
在线等。。。。。