If a JSF/Primefaces button is disabled using:
<p:commandButton disabled="#{bean.disable}" value="My Button" />
Can an user enable it by changing css or javascript in the browser (May be using firebug)? I ask because when I restrict clicks on a button, I don't want the users to do tricks in the browser and enable it back.