Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Assignee Priority:P2
Description
When testing the converter attribute in the ace:simpleSelectOneMenu test app ( http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Manual/simpleSelectOneMenu ), in the simpleSelectOneMenuAttribute.xhtml page, a validation error occurs. This shouldn't be happening, as it doesn't happen in similar tests for ace:selectMenu and ace:comboBox.
Issue Links
- blocks
-
ICE-9560 Converter issues in ACE autocomplete and selection components
- Closed
Committed fix to trunk at revision 38269. Overrode the validation methods to correctly compare against converted values, and converted previous value before comparing with selectItem's in order to correctly assign the 'selected' attribute to the rendered <option> elements.