AW: AW: Problem with selectBooleanCheckbox inside dataTable

2005-12-07 Thread Matthias Kahlau
Gesendet: Dienstag, 6. Dezember 2005 23:19 An: MyFaces Discussion Betreff: Re: AW: Problem with selectBooleanCheckbox inside dataTable Hi, When a table contains editable components, the value list is fetched at the following times: (initial page view occurs) * during the rendering phase

AW: Problem with selectBooleanCheckbox inside dataTable

2005-12-06 Thread Matthias Kahlau
Hi! Ok, it seems that the rendering behavior of the selectBooleanCheckbox (with immediate = false) inside a dataTable is how to expect from an EditableValueHolder, and I have to call either setSubmittedValue(null) or setSelectedState(false) to prevent the checkboxes from beeing selected if the

Re: AW: Problem with selectBooleanCheckbox inside dataTable

2005-12-06 Thread Simon Kitching
Hi, When a table contains editable components, the value list is fetched at the following times: (initial page view occurs) * during the rendering phase (postback occurs) * during validation phase (navigate occurs, ie internal forward) * during the rendering phase The data is needed at