Re: checkbox> looses state when inside data Table

2005-06-08 Thread Jan Bols
in the backing bean. I cannot tell why the method is not getting called for the first list. -Original Message- From: Jan Bols [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 8:37 AM To: MyFaces Discussion Subject: Re: checkbox> looses state when inside data Table To put i

Re: checkbox> looses state when inside data Table

2005-06-03 Thread Jan Bols
8:37 AM To: MyFaces Discussion Subject: Re: checkbox> looses state when inside data Table To put it simple: when I call the page I see the list of checkboxes twice (once nested in the dataTable, once not nested). When I click on a checkbox in the first list and I submit the page, the clicked che

RE: checkbox> looses state when inside data Table

2005-06-02 Thread Srikanth Madarapu
AIL PROTECTED] Sent: Thursday, June 02, 2005 8:37 AM To: MyFaces Discussion Subject: Re: checkbox> looses state when inside data Table To put it simple: when I call the page I see the list of checkboxes twice (once nested in the dataTable, once not nested). When I click on a checkbox i

Re: checkbox> looses state when inside data Table

2005-06-02 Thread Jan Bols
To put it simple: when I call the page I see the list of checkboxes twice (once nested in the dataTable, once not nested). When I click on a checkbox in the first list and I submit the page, the clicked checkbox isn't checked anymore in the postback. When I click on a checkbox in the second l

RE: checkbox> looses state when inside data Table

2005-06-02 Thread Srikanth Madarapu
What do you mean by loosing state, are they having incorrect state or no state at all ? It seems to me that, each of the check boxes is displayed twice and later check box's status will be stored in your managed bean. I think after submit you are seeing the same state on the two sets of check b