下面是xhtml正文。
<h:outputText value="#{notificationBean.strMessg}" id="outText" escape="false" styleClass="msgCls"/>
<p:poll interval="20" listener="#{notificationBean.browerNotified}" update="outText" id="notificationPoll" >
</p:poll>
<audio id="audio1" src="./images/new_notification.wav" preload="auto"></audio>
</h:body>
我已将此xhtml文件包含在另一个名为“test.xhtml”的xhtml中。 我的项目由4-5个模块组成。当我在test.xhtml中调用poll标签时,其他ajax请求无法调用并显示部分响应错误......