Details
Description
Because of http://java.net/jira/browse/JAVASERVERFACES-2041 we need to disable partial state saving in web.xml.
However, this leads to a problem in a complex situation including composite components, ice:dataTable, h:selectBooleanCheckbox and f:ajax
However, this leads to a problem in a complex situation including composite components, ice:dataTable, h:selectBooleanCheckbox and f:ajax
Activity
Adrian Gygax
created issue -
Adrian Gygax
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | checkboxintable.war [ 13403 ] |
Arran Mccullough
made changes -
Salesforce Case | [5007000000I020u] |
Ken Fyten
made changes -
Fix Version/s | 2.1 [ 10241 ] | |
Assignee Priority | P1 | |
Assignee | Ted Goddard [ ted.goddard ] |
Ted Goddard
made changes -
Assignee | Ted Goddard [ ted.goddard ] | Ken Fyten [ ken.fyten ] |
Ken Fyten
made changes -
Assignee | Ken Fyten [ ken.fyten ] | Mark Collette [ mark.collette ] |
Ken Fyten
made changes -
Assignee Priority | P1 | P2 |
Mark Collette
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 3.0.RC1 [ 10300 ] | |
Fix Version/s | 3.0 [ 10241 ] |
Ken Fyten
made changes -
Fix Version/s | 3.0 [ 10241 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached example application demonstrating the bug.
A composite component containing an ice.dataTable with a selectBooleanCheckbox (see my.xhtml)
By clicking the check box, the model (MyBean) is not updated.
The inputText does work as expected.
We actually don't want to disable partial state saving but we are forced to do so by http://java.net/jira/browse/JAVASERVERFACES-2041. If that bug was fixed in Mojarra this bug here would actually not be an issue for us.