<t:navigationMenuItem id="addVendor"
itemLabel="Add Vendor"
action="dialog:addVendor"
visibleOnUserRole="manager" />The following does start the dialog: <h:commandButton action="dialog:addVendor" value="Add Vendor"/> Can the dialog be started from a <t:navigationMenuItem>? How? Paul Spencer
