Hopefully improved method calls for the action tag

WW-2102


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@579210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2007-09-25 11:55:37 +00:00
parent a3e6c3c124
commit 0023041b60
@@ -279,9 +279,7 @@ public class ActionComponent extends ContextBean {
try {
proxy = actionProxyFactory.createActionProxy(namespace, actionName, createExtraContext(), executeResult, true);
if (null != methodName) {
proxy.setMethod(methodName);
}
proxy.setMethod(methodName);
// set the new stack into the request for the taglib to use
req.setAttribute(ServletActionContext.STRUTS_VALUESTACK_KEY, proxy.getInvocation().getStack());
proxy.execute();