After validation error subsequent ajax requests get values from UI Components and not from Beans
问题 In my JSF 2 based application I have a form that includes (amongst other UI components) some checkboxes. On the checkboxes I have registered ajax requests that fire when they are checked. The ajax requests will actually just update the value of another checkbox in the backing bean. As a result the other checkbox will also be checked (when it gets re-rendered - as it will take the updated value from the backing bean in the render response phase). This works fine until the whole form gets