【发布时间】:2017-01-12 16:06:07
【问题描述】:
我想知道是否有办法将 struts 2 的操作结果重定向到请求参数不变的 servlet?
我想知道我是否可以类似https://struts.apache.org/docs/dispatcher-result.html:
<result name="success" type="dispatcher">
<param name="location">/MyServlet</param>
</result>
【问题讨论】:
标签: redirect servlets struts2 http-request-parameters servlet-dispatching