okie, i have managed to set the checked for checkbox, but i having another problem.
i have 5 checkbox to display and 2 of them are checked initially. When i submit the form (with 2 default checked checkboxes), i can't get those checked values, my list size is 0.
When i select 1 more of the checkbox (2 default and 1 new) , the list size is 1.
my codes as follow:
managed bean (partial code):
JSF
why is this so?
-thanks.