In my project I am using Struts 2 with Freemarker. How can I find last action's name from inside the template?
For example:
* I have one FTL file for adding and editing the object,
* I would like to be able to find last actions name eg. ${actionContext.actionName}.
Is there a way to do that?