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

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -