I tried to put <f:param> under the navigationMenuItem to pass the parameter to the back bean so that one JSP can be shared by menu items. But I got an error: it is not allowed.
<x:navigationMenuItem id="nav_1_1" itemLabel="CreateItemA" action="" >
<f:param name="itemType" value="A"/>
</x:navigationMenuItem>
Is it a limitation? I should be able to add <f:param> because it has action attribute, like commandLink.
Thanks, Dave
Click here to donate to the Hurricane Katrina relief effort.

