ActionForward actionForward = new ActionForward(); actionForward.setPath("xxxxxxxx");//跳转的action的地址 actionForward.setRedirect(true); return actionForward;
struts1 action之间的跳转
原文:https://www.cnblogs.com/penghq/p/9408002.html