0 Replies Latest reply on Oct 22, 2008 11:49 AM by ameo

    DropDownMenu with selectManyCheckbox

    ameo

      Hello,

      I would like to put into a <rich:toolBar> and there into <rich:dropDownMenu> a <h:selectManyCheckbox>. So when the menu
      drops down that I can select the Checkbox. I tried this, but the checkbox is not selectable. Do you have a solution ?

      <rich:toolBar>
       <rich:dropDownMenu>
       <f:facet name="label">
       <h:panelGroup>
       <h:outputText value="CheckMenu" />
       </h:panelGroup>
       </f:facet>
       <rich:menuItem submitMode="ajax">
       <h:selectManyCheckbox value="#bean.sel}"
       <f:selectItems value="#{bean.checky}" />
       </h:selectManyCheckbox>
       </rich:menuItem
       </rich:dropDownMenu>
      </rich:toolBar>