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

c++ - error: use of deleted function -

delphi - ESC/P programming! -

c# - how to write client side events functions for the combobox items -