I'm using Richfaces 3.3.3
Is it somehow possible to reRender a contextmenu and after it is rerendered, display it?
Currently I use a4j:support with the event onmouseover to reRender the contextmenu according to some values attached to the pointed component.
When the user then clicks using the right mouse button, I display the contextmenu using rich:componentControl.
I'd like to do something like this.
<a4j:support event="oncontextmenu" reRender="contextMenu" oncomplete="#{rich:component('contextmenu')}.show()">
<a4j:actionparam ...../>
</a4j:support>