1 Reply Latest reply on Sep 5, 2007 8:05 PM by sergeysmirnov

    How to disable only one checkbox in a group?

    asookazian

      In the code below, how does one disable only one of the checkboxes (say out of 5 displayed) using JSF or Richfaces, etc.???

      We're using JBoss SEAM 1.2.1.GA and JBoss 4.0.5.GA. thx!

      <h:selectManyCheckbox id="allRoles"
       value="#{userRoleSearch.selectedChoices}"
       layout="pageDirection">
       <f:selectItems value="#{userRoleSearch.choices}"/>
       </h:selectManyCheckbox>