我面临一个奇怪的行为:Primeface selectOneMenu只打开一次。菜单第一次关闭后我无法再次打开...用'h'替换'p'将显示默认菜单,该菜单完全正常。
编辑:
<?xml version="1.0"?>
<f:view xmlns="http://www.w3.org/1999/xhtml"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui">
<h:head />
<h:body>
<p:selectOneMenu value="#{...}">
<f:selectItem itemLabel="less than 98%" itemValue="less than 98%" />
<f:selectItem itemLabel="98 - 99,5%" itemValue="98 - 99,5%" />
<f:selectItem itemLabel=">= 99,5%" itemValue=">= 99,5%" />
</p:selectOneMenu>
</h:body>
</f:view>
有谁知道该做什么?
提前谢谢你:)
PS:我正在使用Chrome网络浏览器
答案 0 :(得分:0)
它与未正确添加到项目中的jQuery有关。