When moving groups from left to right in the s:optiontransferselect for selectedGrps and unselectedGrps, the SelectedGroups list is showing as null on form submission in IE11. However, in Chrome and Mozilla, it functions correctly. Any advice would be greatly appreciated.
Here is the code snippet:
<s:optiontransferselect
leftTitle="%
{getText('authoring.label.Grps.selectOptions.left.title')}"
rightTitle="%
{getText('authoring.label.Grps.selectOptions.right.title')}"
label="% {getText('authoring.label.Grps')}" tooltip="%
{getText('authoring.label.Grps.info')}" id="unSelectedGrps"
doubleId="selectedGrps name="groupVO.unSelectedGroupIds"
doubleName="groupVO.selectedGroupIds" list="groupVO.availableGrps"
doubleList="groupVO.selectedGrps" listKey="name"
listValue="value" listTitle="description"
doubleListKey="name" doubleListValue="value"
doubleListTitle="description" multiple="true"
allowSelectAll="false" allowUpDownOnLeft="false"
allowUpDownOnRight="false" buttonCssClass="buttonArrow
btn btn-primary" cssClass="form-control"
doubleCssClass="form-control"
/>