What is difference between when setting the global
attribute of <p:commandButton>
to false
or setting it to true
. I was going through the primefaces showcase but couldn't understand the difference.
Form the Primefaces TLD:
Defines whether to trigger ajaxStatus or not.
If global
is true and you defined ajaxStatus
on your page, then the status is shown if you click the button.