1 Reply Latest reply on Jan 6, 2009 11:49 AM by ilya_shaikovsky

    About rich:picklist

      I have a pickList and I want that when I pass select itens appear the select checkBox

      <rich:pickList copyControlLabel="Copiar" copyAllControlLabel="Copiar Tudo" removeAllControlLabel="Remover Tudo" removeControlLabel="Remover">
       <f:selectItem itemLabel="Data" itemValue="1"/>
       <f:selectItem itemLabel="N Documento" itemValue="2"/>
       <f:selectItem itemLabel="Codigo" itemValue="3"/>
       <f:selectItem itemLabel="Conta" itemValue="4"/>
       <f:selectItem itemLabel="Fonte" itemValue="5"/>
       </rich:pickList>
      


      when I pass for second box appear a check box before of name, anyone could help me?