Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P01
-
Fix Version/s: 1.8.3, 1.8.2-EE-GA_P02, 2.0.0
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
If a selectInputText component is used in a panelSeries component, only the last selectInputText in the series will return a proper select item. This may be a general issue with all UIData components.
-
- Test.java
- 0.3 kB
- Mark Collette
-
- Suggestion.java
- 0.3 kB
- Mark Collette
-
- Element.java
- 1 kB
- Mark Collette
-
Hide
- Case9497Example.zip
- 18 kB
- Arran Mccullough
-
- Case9497Example/build.xml 3 kB
- Case9497Example/nbproject/ant-deploy.xml 2 kB
- Case9497Example/nbproject/build-impl.xml 47 kB
- Case9497Example/.../faces-config.NavData 0.3 kB
- Case9497Example/.../genfiles.properties 0.5 kB
- Case9497Example/.../private.properties 2 kB
- Case9497Example/nbproject/.../private.xml 0.2 kB
- Case9497Example/.../project.properties 2 kB
- Case9497Example/nbproject/project.xml 2 kB
- Case9497Example/src/conf/MANIFEST.MF 0.0 kB
- Case9497Example/src/.../example/Element.java 1 kB
- Case9497Example/src/.../Suggestion.java 0.3 kB
- Case9497Example/src/.../example/Test.java 0.3 kB
- Case9497Example/src/.../TestBean.java 0.1 kB
- Case9497Example/web/META-INF/context.xml 0.1 kB
- Case9497Example/web/.../faces-config.xml 0.7 kB
- Case9497Example/web/WEB-INF/web.xml 4 kB
- Case9497Example/.../welcomeICEfaces.xhtml 2 kB
Issue Links
- duplicates
-
ICE-2824 selectInputText in dataTable
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Modified the test application to better save it's state.
Show
Mark Collette
added a comment - Modified the test application to better save it's state.
Added row level state saving, so that SelectInputText will better function within ICEfaces iterative containers. Firstly evaluated the property saving mechanism in ACE, to see if aspects of it could be adapted here, but there were too many JSF 2 mechanisms being used for it to be possible.
icefaces trunk
Subversion 23038
icefaces2 trunk
Subversion 23039
Show
Mark Collette
added a comment - Added row level state saving, so that SelectInputText will better function within ICEfaces iterative containers. Firstly evaluated the property saving mechanism in ACE, to see if aspects of it could be adapted here, but there were too many JSF 2 mechanisms being used for it to be possible.
icefaces trunk
Subversion 23038
icefaces2 trunk
Subversion 23039
Tested successfully on icefaces trunk revision# 23062, Tomcat6 & FF3.6.
Testcase added to QA repository at "\repo\qa\trunk\Regression\Manual\ICE-6137".
Show
Mandeep Hayher
added a comment - Tested successfully on icefaces trunk revision# 23062, Tomcat6 & FF3.6.
Testcase added to QA repository at "\repo\qa\trunk\Regression\Manual\ ICE-6137 ".
Test case attached. The output from selecting the items in each selectInputText shows the issue.