Hi!
I understand, how to set action to rich:menuItem component, but can i somehow set action on rich:dropDownMenu? Parameter action cannot be set in rich:dropDownMenu component, only in dropDownMenus child rich:menuItem. Maybe there is another approach?
Action setting to rich:menuItem:
<rich:menuItem submitMode="server" value="#{msg.someValue}" action="#{billdoc.list}">
I need to execute some action #{billdoc.someAction}, when user clicks on dropDownMenu.