嗨,我无法在richfaces 4.3.0.Final 展示中复制该示例: http ://showcase.richfaces.org/richfaces/component-sample.jsf?demo=panelMenu&skin=blueSky 具体在rich:panelMenu 组件中,当我运行 panelMenu 没有响应的代码,并且 panelMenuItem 没有显示,我将代码更改如下:
<rich:panelMenu style="width:200px" itemMode="ajax" groupMode="ajax">
至
<rich:panelMenu style="width:200px" mode="ajax">
并且 panelMenuItems 显示和工作,但这部分不起作用:
<a4j:outputPanel ajaxRendered="true">
<rich:panel rendered="#{not empty panelMenuBean.current}">
<h:outputText value="#{panelMenuBean.current} selected" id="current" />
</rich:panel>
</a4j:outputPanel>
为什么?坦克。