以下は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リクエストの呼び出しに失敗し、部分的な応答エラーが表示されます...