hi, i've a problem using checkboxes in jsf pages: if i click the checkbox it doesn't remain checked.
I've no idea of what is causing this.
i'm using the selectBooleanCheckbox and the h:selectManyCheckbox tags.
hi, i've a problem using checkboxes in jsf pages: if i click the checkbox it doesn't remain checked.
I've no idea of what is causing this.
i'm using the selectBooleanCheckbox and the h:selectManyCheckbox tags.
Please explain a little more such as what scope your bean is in and what are the default values. I guess that It may be because your bean is in request scope and has no default values for that property.