Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.1.0.BETA2, 3.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces3 Trunk Revision# 29035
-
Assignee Priority:P1
-
ICEsoft Forum Reference:
Description
The test page consist of an ice:inputRichText with it's value bound to a backing bean, as well as a commandButton with an actionListener. Each time the actionListener is called some text is appended to the inputRichText's value. Currently, the text inside the inputRichText component is only being updated on the first click of the commandButton. The same value is being printed on the page and this value gets updated with each click of the button, it is only the text within the component that does not update. I've attached a screenshot showing the issue, as well as the war file used for testing.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Committed fix at revision 29288.