1 Reply Latest reply on Apr 6, 2011 4:08 AM by ilya_shaikovsky

    URGENT: rich:pickList, how do I disable the copy-button

    oslo

      <rich:pickList  value= "#{sok.valgteInstrumenter}"  rich-picklist-control-copy= "rich-list-picklist-button-disabled">

          <f:selectItems value ="#{sok.modelnames}" />

      </rich:pickList>

                               OR


      <rich:pickList  value= "#{sok.valgteInstrumenter}"   rich-picklist-control-copy= "false">

          <f:selectItems value ="#{sok.modelnames}" />

      </rich:pickList>

       

      I plan to do a count each time I choose a choice with a maximum of six choices. Then I need to disable the the copy button (dynamically when I gets this static example to work)

      The Copy-All button needs to be deactivated all the time.

       

      I'm using the JSF1.2 edition.

       

      Any suggestion?

       

      Regards

      -Gunnar;)