1

下面是 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 请求调用失败并显示部分响应错误...

4

0 回答 0