Currently we are using and My goal is to prevent system from double click problem and also gives users a sign that system is in process - because system is gonna calculate lots o things after user clicks that h:commandButton.
Button Code:
<h:commandLink styleClass="ux_link_text"
action="Account" value="Account Info"
target="_blank" />
Please advise me on this.