JSF <h:selectManyCheckbox> check box editable issue -


i want make checkboxes non editable dynamically using <h:selectmanycheckbox>. have set editable="true" property in code. working inconsistently. please me in resolving issue.

you need return false on onclick.

<h:selectmanycheckbox onclick="return false;"> 

Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -