---- Wolfgang <[EMAIL PROTECTED]> schrieb: > Hi, > > how can I hide a commandButton? The problem is I can't use > the parameter "rendered=false" as the button is not working any longer... > So is there a another possibility to hide such a button?
Use CSS: style="display:none"

