Hi, We are using PanelNavigation2 to show a menu of actions. We have populated the menu and works pretty well. It gets rendered and it calls backing bean methods as expected. But since we create this menu dinamically in a backing bean, we can't define a diferent outcome for each menu entry in faces-config.xml.
So, how can we know in the destination JSP which option has been selected?. Can we pass any kind of parameter to the NavigationMenuItem and retrieve it in the method given as "action" parameter?. Thank you very much for your attention, al.

