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