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: ICE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support case #12966 - https://icesoft.my.salesforce.com/5007000000fD5hN
-
Workaround Exists:Yes
-
Workaround Description:Use an h:inputText component instead.
Description
In this scenario an ice:inputText component is used in an ice:panelPopup. This popup is opened to edit values in an ice:dataTable. When an Edit button is clicked it opens the popup with the values of the row. The issue is that once the popup is opened and closed and another button is clicked, the input field in the popup shows the previous row.
If I switch the ice:inputText to an h:inputText, this is no longer an issue.
If I switch the ice:inputText to an h:inputText, this is no longer an issue.
Attached test case code and war. Note: the icefaces-ee.jar, icefaces-ee-compat.jar and icefaces-ee-ace.jar file needs to be added into the war for it to run.
Steps: