Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jsf-2/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jsf 2 导致冲突的轮询标记_Jsf 2_Primefaces - Fatal编程技术网

Jsf 2 导致冲突的轮询标记

Jsf 2 导致冲突的轮询标记,jsf-2,primefaces,Jsf 2,Primefaces,下面是xhtml主体。 我已经在另一个名为“test.xhtml”的xhtml中包含了这个xhtml文件。 我的项目由4-5个模块组成。当我在test.xhtml中调用poll标记时,其他ajax请求未能调用,并向我显示部分响应错误…class java.lang.IndexOutOfBoundsException请检查我收到的响应…请发布在服务器日志中可以找到的完整堆栈跟踪。我没有收到有关此问题的任何日志。但是发现由于其他一些js文件而导致一些代码冲突。 <h:ou

下面是xhtml主体。


我已经在另一个名为“test.xhtml”的xhtml中包含了这个xhtml文件。
我的项目由4-5个模块组成。当我在test.xhtml中调用poll标记时,其他ajax请求未能调用,并向我显示部分响应错误…

class java.lang.IndexOutOfBoundsException请检查我收到的响应…请发布在服务器日志中可以找到的完整堆栈跟踪。我没有收到有关此问题的任何日志。但是发现由于其他一些js文件而导致一些代码冲突。
        <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>