Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Component/s: ICE-Components
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
Description
users want to be able to show different entries with the same label in a selectInputText component, i.e. one would desire to show the following:
City | State | Country
Springfield | IL | USA
Springfield | MA |USA
trying this with the current release 1.6.0 results always in the last element to be selected in the backing bean code, because
the values of this component are stored within a map and the map's key is the SelectItems label. When there are more labels
with equal values only the last one will be stored in this map.
City | State | Country
Springfield | IL | USA
Springfield | MA |USA
trying this with the current release 1.6.0 results always in the last element to be selected in the backing bean code, because
the values of this component are stored within a map and the map's key is the SelectItems label. When there are more labels
with equal values only the last one will be stored in this map.
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31506 | Tue Oct 16 12:12:23 MDT 2012 | yip.ng | ICE-8616: REGRESSIONS - |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/compat/components/src/main/java/com/icesoft/faces/component/selectinputtext/SelectInputTextRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24354 | Wed Apr 06 09:47:35 MDT 2011 | yip.ng | ICE-6317: Regression: |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/compat/core/src/main/javascript/extras/extras.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24353 | Wed Apr 06 09:40:02 MDT 2011 | yip.ng | ICE-6317: Regression: |
Files Changed | ||||
MODIFY
/icefaces2/branches/icefaces-2.0.x-maintenance/icefaces/compat/core/src/main/javascript/extras/extras.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18668 | Thu Mar 26 14:14:04 MDT 2009 | mark.collette | Backport to ICEfaces 1.7 branch |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/samples/component-showcase/common-src/org/icefaces/application/showcase/view/bean/examples/component/selectInputText/SelectInputTextController.java
MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/selectinputtext/SelectInputTextRenderer.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/samples/component-showcase/common-src/org/icefaces/application/showcase/view/bean/examples/component/selectInputText/CityDictionary.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/bridge/lib/extras/autocomplete_ext.js MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/selectinputtext/SelectInputText.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17905 | Mon Nov 17 10:38:16 MST 2008 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/common-src/org/icefaces/application/showcase/view/bean/examples/component/selectInputText/SelectInputTextController.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17900 | Fri Nov 14 17:54:05 MST 2008 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputtext/SelectInputText.java
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputtext/SelectInputTextRenderer.java MODIFY /icefaces/trunk/icefaces/samples/component-showcase/common-src/org/icefaces/application/showcase/view/bean/examples/component/selectInputText/CityDictionary.java MODIFY /icefaces/trunk/icefaces/bridge/lib/extras/autocomplete_ext.js |