Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Component/s: None
-
Labels:None
-
Environment:Microsoft Windows Vista Bussiness SP1
Apache Tomcat 5.5
-
ICEsoft Forum Reference:
Description
After an action is perfomed (with partial submit disabled), cleaning a checkbox is not reflected in the rendered html page.
The rest of the component seem to work perfectly, except for the selectBooleanCheckbox. Same example using icefaces. 1.6.x works perfect. Same example using icefaces 1.7 and partial submit activated works perfectly.
See forum post for more details.
The rest of the component seem to work perfectly, except for the selectBooleanCheckbox. Same example using icefaces. 1.6.x works perfect. Same example using icefaces 1.7 and partial submit activated works perfectly.
See forum post for more details.
Issue Links
- blocks
-
ICE-3945 resetting input text value issue
- Closed
The selectBooleanCheckbox component does not trigger a form submission when partialSubmit is disabled. If the test case would contain a button for submitting the form the state of the checkbox would be sent to the server and clearing/unchecking the checkbox would work just fine (just try checking the checkbox, hit enter in one of the text input fields, and then hit "Clear" button).
This is not an issue with the framework, it is more related to the behavior of selectBooleanCheckbox component.