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.
Verified Icefaces ee-maintenance branch r42094, using test case provided, Tomcat 7, all browsers, however the following warning was seen in server log:
Aug 13, 2014 9:57:39 AM com.sun.faces.context.SessionMap put
WARNING: JSF1063: WARNING! Setting non-serializable attribute value into HttpSession (key: T1, value class: com.icesoft.support.T1Bean).