你把本也面路径
<struts-config-xml>文件
<action input="/form/***.jsp" name="***Form" path="/***" scope="request" parameter="method" type="***">
<forward name="success" path="/jsp/ifx/common/success.jsp?path=/***.jsp" />
</action>//操作之后的也面
<%
   String path = (String)request.getParameter("path");
%><script language='javascript'>
  setTimeout('goBack()',2000);
  function goBack(){
     window.location.href="<%=path%>";
  }
</script>