poll标签导致冲突

时间:2013-02-21 08:35:20

标签: jsf-2 primefaces

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

0 个答案:

没有答案