1 Reply Latest reply on Feb 19, 2009 9:01 AM by abelevich

    [PickList] How to disable selectItem?

    pdepaepe

      Hello,

      First of all, many thanks for your great job @Exadel.

      I wish to use rich:picklist but i have to disable some items from my source List. This seems not working like this:

      <rich:pickList showButtonsLabel="false" switchByClick="true"
       <s:selectItems value="#{users}" var="u" label="#{u.username}" disabled="true"/>
       <s:convertEntity/>
      </rich:pickList>


      Are they any triks about this?

      Thank you