I\'m using Primefaces 3.2 with JSF 2.0.
I\'m using a
If you have a few amount of buttons, you could set on them global="false" and leave the desired button without this setting.
global="false"
This way all other buttons wouldn't trigger the p:ajaxStatus while the desired button would.
p:ajaxStatus