Hi,
I am trying to implement a rich contextual menu just like the second example in the rich faces live demo.
<rich:contextMenu attached="false" id="menu" submitMode="ajax">
<rich:menuItem ajaxSingle="true" rendered="{showGroup}">
<a4j:actionparam name="groupName" assignTo="#{myBean.currentGroupName}" value="{groupName}"/>
</rich:menuItem>
</rich:contextMenu>
<rich:componentControl event="onmouseover" for="menu" operation="show">
<f:param value="#{group.showGroup}" name="showGroup"/>
<f:param value="#{group.groupName}" name="groupname"/>
</rich:componentControl>