- 
        1. Re: How can I disable mannualy the remove button from the rich:pickList?ealonso04 Dec 13, 2012 4:06 PM (in response to ealonso04)I'm still need your help guys! Thanks! 
- 
        2. Re: How can I disable mannualy the remove button from the rich:pickList?sivaprasad9394 Feb 13, 2013 1:56 AM (in response to ealonso04)Hi Hernandez, I have tried with implementing jquery for your problem.But it is not helping <script type="text/javascript"> jQuery.noConflict(); jQuery(document).ready(function(){ jQuery("#assignemployeeroleForm:userinfodisremove").attr("disabled", "disabled"); jQuery("#assignemployeeroleForm:userinforemovelink").attr("disabled", "disabled"); alert("ok"); }); </script> But using removeVisible="false" i am able to remove in the screen.I think there is some issue with RF itself. See here.. https://community.jboss.org/message/61812 https://issues.jboss.org/browse/RF-11540 https://issues.jboss.org/browse/RF-6622 Thanks and Regards, Siva 
 
    