try this:
<x:navigationMenuItems value="#{yourBean.myMenu}" />YourBean should provide the method:
public NavigationMenuItem[] getMyMenu {...}use NavigationMenuItem.setNavigationMenuItems(NavigationMenuItem[] navigationMenuItems) to set menu-items children.
HTH, thomas
Bruno Aranda - Dev schrieb:
Hi,
I am creating a JsCookMenu that loads dinamically. It is there a way to throw bind the action of a navigation item to a method using a MethodBinding class? I see it can only accept String as parameter...
TIA
Bruno

