tags:

views:

760

answers:

1

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.

A: 

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.

Nhut Le