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
Post a Comment