Cputerace
2 Jul 2009, 10:31 AM
Not sure if I am just crazy, but it doesn't seem like you can add a model to a CheckBoxListView, and then subsequently programatically set it to checked.
getChecked() returns a list of the models which are checked, but there is no setChecked(List<M> modelsToBeChecked) or setChecked(M modelToBeChecked).
getChecked() returns a list of the models which are checked, but there is no setChecked(List<M> modelsToBeChecked) or setChecked(M modelToBeChecked).