Apache Struts 2 Documentation > Home > FAQs > How do we access the Action Invocation, action name or namespace from a view
Added by Musachy Barroso, last edited by Musachy Barroso on Jun 24, 2008

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

#context['struts.actionMapping']