ICEfaces
  1. ICEfaces
  2. ICE-3817

The disabled attribute of SelectItem doesn't work with SelectManyCheckBox

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.6DR#1, 1.6DR#2, 1.6DR#3, 1.6DR#4, 1.6DR#5, 1.6DR#6, 1.6, 1.6.1, 1.6.2, 1.6.3, 1.7DR#1, 1.7DR#2, 1.7DR#3, 1.7Beta1, 1.7RC1, 1.7, 1.7.1, 1.7.2, 1.8DR#1
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None
    • Environment:
      Jboss 4.2.3GA

      Description

      The disabled attribute of SelectItem doesn't work with SelectManyCheckBox

      All check boxes remains alwas checkable...

      <ice:selectManyCheckbox
      valueChangeListener="#{dataSourceController.permissionSelectListener}"
      layout="pageDirection" id="selectManyCheckboxDataSourcePermissions"
      value="#{dataSourceController.selectedPermissionsItems}"
      partialSubmit="true">
      <f:selectItem id="radioEntityWizNo" itemLabel="No"
      itemValue="0" itemDisabled="true" />
      <f:selectItem id="radioEntityWizRead" itemLabel="Read"
      itemValue="1" itemDisabled="true" />
      <f:selectItem id="radioEntityWizWrite" itemLabel="Write"
      itemValue="2" itemDisabled="true" />
      </ice:selectManyCheckbox>

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Patrick Guerin
          • Votes:
            12 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

            • Created:
              Updated: