Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.1
-
None
-
Patch
Description
Instead of directly grabbing the Action, the code should use the top of the ValueStack. Instead of:
final Object action = invocation.getAction();
it should be:
final Object action = invocation.getStack().peek();