mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user