只要在/WEB-INF/template.xhtml中body 里面加入:
<ui:insert name="status">
<p:ajaxStatus style="width:64px;height:64px;position:fixed;right:5px;bottom:5px">
<f:facet name="start">
<p:graphicImage name="main/images/loader.gif" />
</f:facet>
<f:facet name="complete">
<h:outputText value="" />
</f:facet>
</p:ajaxStatus>
</ui:insert>
参考:
http://www.primefaces.org/showcase/ui/ajax/status.xhtml
http://*.com/questions/13139702/primefaces-show-animation-when-button-clicked/13139815
动画图片生成:http://ajaxload.info/