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# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -