[
https://issues.apache.org/struts/browse/WW-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Don Brown resolved WW-2579.
---------------------------
Resolution: Fixed
Assignee: Don Brown
I believe there previously was an issue with type conversion around numbers
ending in 0, but that has been fixed.
> tag optiontransferselect's option is not selectable when the value of the
> option is 10, 20, or 30, so on
> ---------------------------------------------------------------------------------------------------------
>
> Key: WW-2579
> URL: https://issues.apache.org/struts/browse/WW-2579
> Project: Struts 2
> Issue Type: Bug
> Components: Plugin - Tags
> Affects Versions: 2.0.9
> Reporter: James Y.J.
> Assignee: Don Brown
> Fix For: 2.1.3
>
>
> Hi,
> I cannot select the options of the left side to right side, when the value of
> the option is like 10, 20, 30, and so on.
> When I replaced the values with other integers, it works.
> My optiontransferselect tag looks like this:
> <s:optiontransferselect
> leftTitle="Available"
> id="availableOperations"
> name="availableOperations"
> list="availableOperations"
> listKey="id"
> listValue="name"
> multiple="true"
> headerKey="0"
> headerValue="--- Please Select ---"
> emptyOption="false"
> cssStyle="width:240px"
> rightTitle="Allowed"
> doubleId="allowedOperations"
> doubleName="allowedOperations"
> doubleList="allowedOperations"
> doubleListKey="id"
> doubleListValue="name"
> doubleHeaderKey="0"
> doubleHeaderValue="--- Please Select ---"
> doubleEmptyOption="false"
> doubleMultiple="true"
> doubleCssStyle="width:240px"
> allowUpDownOnLeft="false"
> allowUpDownOnRight="false"
> buttonCssClass="button"
> buttonCssStyle="width:60px;"
> />
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.