Apache Struts 2 Documentation > Home > FAQs > How do we access the Action Invocation, action name or namespace from a view

The following OGNL expression will return an object of type ActionMapping:

#context['struts.actionMapping']