Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-2.0.0.GA, 3.0.RC1, 3.0.RC2
-
Fix Version/s: 3.1.0.BETA2, 3.1, EE-3.0.0.GA_P01
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces 2.0/3.0
-
Assignee Priority:P3
-
Workaround Exists:Yes
-
Workaround Description:setting partialSubmit=true on the component works better
Description
When using the icecode:singleSubmit tag on the form, the ice:inputTextarea valueChangeListener is only fired on its initial change. If the value is changed after this initial call the VCL doesn't get called. A submit is sent to the server but the method isn't invoked.
Attached test case to show issue. Adding text to the text area component will show the method being called in the logs only the first time, any subsequent changes don't fire the VCL. This isn't an issue with the inputText component.