Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: EE-3.3.0.GA_P03
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #13256 - https://icesoft.my.salesforce.com/5007000000zPfAH
Description
An ace:comboBox is set to use a converter as well as it is set to show an initial value. When the component is rendered it displays the toString() value of the object and not the converted value.
The h:selectOneMenu has the correct functionality as well as does testing with the 4.x code base for the ACE component.
The h:selectOneMenu has the correct functionality as well as does testing with the 4.x code base for the ACE component.
r43936: committed fix to convert component value when first rendered to 3.3 EE maintenance branch.