1
Есть ли возможность передать UIComponent в ActionExpression?Pass UIComponent in Action MethodExpression
одной рубрике
<p:menuitem id="test" value="Test" action="#{controller.test(this)}" update="test" />
Java
public String test(MenuItem item) {
// Do something with item
return null;
}