struts2中Struts结果类型=“调度程序”的替代方案

时间:2014-04-10 12:03:06

标签: struts2

我使用的是Struts 2.3.16。 我有一个要求,就像我不能使用" redirectAction"因为请求参数丢失了。我也不能使用结果类型="调度员"因为struts版本不允许我这样做。 任何人都可以建议我替代结果类型="调度员"。

<action name="merchantsignupsubmit class="com.idmission.idp.action.MerchantSignupAction"
        method="execute">
         <result name="success" type="forwardAction">${merchantsignupconfirm}</result> 
        <result name="merchanterror">jsp/merchant/signup/merchant_signup.jsp</result>
        <result name="employeeerror">jsp/merchant/signup/merchant_signup.jsp</result>
        <result name="input">jsp/merchant/signup/merchant_signup.jsp</result>
    </action> 

之前我使用上面的代码。如果&#34;执行()&#34;回归&#34;成功&#34;我想采取其他行动&#34; merchantsignupconfirm&#34;。 任何帮助将不胜感激。

0 个答案:

没有答案