我正在使用Primefaces扩展框架的blockUI组件。 .gif文件不起作用:它是显示的静止图像。 感谢您的帮助。
<pe:blockUI widgetVar="widgetPatienter" content="idPatienter" target="idColPlanCompteM61" cssOverlay="{opacity: 0}"/>
<p:outputPanel id="idPatienter" style="display: none">
<h:graphicImage value="images/Sablier.gif" style="vertical-align: middle; margin-right: 10px"/>
<h:outputText value = "Merci de patienter..."/>
</p:outputPanel>
答案 0 :(得分:0)
请参见以下示例:https://www.primefaces.org/showcase-ext/sections/blockui/blockUIAjax.jsf
您的目标必须是使用Ajax事件的东西。在上面的示例中,它在数据表Ajax事件上触发。在您的情况下,我看不到您的target="idColPlanCompteM61"
指向什么?