This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: where is removeVisible attribute from rich:picklist ?ilya_shaikovsky Oct 15, 2009 8:41 AM (in response to gorgorotom)It's just IDE problem. Just try to add this attribute and checke the result. 
- 
        2. Re: where is removeVisible attribute from rich:picklist ?gorgorotom Oct 15, 2009 8:43 AM (in response to gorgorotom)its not IDE problem 
 i try to put this value, nothing happened on screen....
- 
        3. Re: where is removeVisible attribute from rich:picklist ?gorgorotom Oct 15, 2009 8:47 AM (in response to gorgorotom)here it is my code....maybe i made something wrong 
 but my removal buttons are already here<rich:pickList copyAllControlLabel="#{LM_Manager.getText('picklist.addAll')}" copyControlLabel="#{LM_Manager.getText('picklist.add')}" removeVisible="true" value="#{licenceBeanUI.listLicenceUsed}" immediate="true" switchByClick="false" > <s:selectItems value="#{licenceBeanUI.listLicencePotential}" id="licList" var="truc" label="#{truc}" /> </rich:pickList>
- 
        4. Re: where is removeVisible attribute from rich:picklist ?ilya_shaikovsky Oct 15, 2009 8:52 AM (in response to gorgorotom)try removeVisible="false" :) 
- 
        5. Re: where is removeVisible attribute from rich:picklist ?gorgorotom Oct 15, 2009 8:54 AM (in response to gorgorotom)mea culpa, a newbie error 
 you're right :)
 thanks a lot
 
    