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
Activity
Jacob Alvarez
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.8DR#2 [ 10142 ] |
Ken Fyten
made changes -
Summary | selectBooleanCheckbox updates do not reflect y rendered html page | selectBooleanCheckbox updates do not reflect rendered html page |
Adnan Durrani
made changes -
Link | This issue depends on ICE-3615 [ ICE-3615 ] |
Deryk Sinotte
made changes -
Assignee | Mircea Toma [ mircea.toma ] |
Deryk Sinotte
made changes -
Salesforce Case | [] | |
Assignee Priority | P2 |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee | Mircea Toma [ mircea.toma ] | Mark Collette [ mark.collette ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18091 | Thu Dec 18 17:33:07 MST 2008 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BridgeFacesContext.java
|
Mark Collette
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Paul Hanneman
made changes -
Ken Fyten
made changes -
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P2 |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Mark Collette [ mark.collette ] |
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.