Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/115.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
Primefaces鼠标悬停不在<;p:tab>;_Primefaces_Tabview_Mousehover - Fatal编程技术网

Primefaces鼠标悬停不在<;p:tab>;

Primefaces鼠标悬停不在<;p:tab>;,primefaces,tabview,mousehover,Primefaces,Tabview,Mousehover,在Primefaces中,我在p:tab中为mouseHover使用titleip,但它不起作用 <p:dialog widgetVar="catalogWidget" header="Click here to access PSH&amp;E Plans" resizable="false" width="590" style="font-size: 16px;"> <h:form id="uploadForm"> <p:me

在Primefaces中,我在
p:tab
中为
mouseHover
使用
titleip
,但它不起作用

<p:dialog widgetVar="catalogWidget" header="Click here to access PSH&amp;E Plans" resizable="false" width="590" style="font-size: 16px;"> 
    <h:form id="uploadForm"> 
        <p:messages showDetail="true" showSummary="false" globalOnly="true"id="msgs" /> 
        <p:tabView id="tabView" dynamic="false"> 
            <p:tab title="TERP" rendered="#{redTabBean.redTab.facility.terpFacility}" titletip="TERP"/> 
        </p:tabView> 
    </h:form> 
</p:dialog>

这是我的代码:请添加更多代码。