使用struts2.3.34重定向找不到jsp

时间:2018-07-27 15:30:12

标签: java jsp struts2

enter image description here

enter image description here

enter image description here

我使用struts2.3.34版本,我想重定向到WEB-INF下的hello.jsp和hello.jsp,它显示404,为什么无法访问hello.jsp 而且我也尝试写这样的<result name="testRedirect" type="redirect">/WEB-INF/hello.jsp</result>,也是404。 谁可以帮助我?plz。

1 个答案:

答案 0 :(得分:0)

检查struts官方页面。

<result name="success" type="redirect">
  <param name="location">foo.jsp</param>
  <param name="parse">false</param>
</result>

http://struts.apache.org/core-developers/redirect-result.html