The navActionContainer.jsp and the navActionItems.jsp files render the NavActions. NavActions are rendered in three different ways, depending on the number of actions provided by the NavActionContainer, and if the NavActionContainer has provided a label value.
- Action pop-up menu with menu label – This rendering provides a label on the action menu, as well as a pop-up menu with the available actions. There are two configurations that are rendered this way by default, the Commerce Service Center Products - NavItemand the Options menu in the- OptionsNavContainer
- Action pop-up menu with no menu label – This rendering provides a pop-up menu with the available actions and no label that has been identified in the - NavContainer. This rendering includes multiple actions that have no- NavActionContainerLabel, such as the Customer- NavItem, or a single- NavActionswith no- NavActionContainerLabel
- No Action pop-up menu with an action label – This rendering does not provide a pop-up menu for the actions, rendering instead only a single action link. This single action provides the JavaScript function that is executed when the action label is clicked. The rendered label and tooltip text is defined by the - NavActionConatinerLabeland- NavActionConatinertoolTipproperties. The configuration provides only a single- NavActionwith a- NavActionContainerLabel, such as the Respond- NavItem

