Hi, I've been looking for a while, but haven't found anything, so I'm asking here. How can I get the name of the action from a Struts2 Tag? IOW, I would like to do something like ActionContext.getContext().getName(), but using <s:property value="name"/>. I haven't found any information on how to do that.
Thanks Jose