I would like to perform a redirection for my JSP page, which the URL will be changed to /folder/mypage.jsp
, without losing my request attributes.
Is there any way I can perform this kind of redirection in Struts 2?
<result type="redirect">/folder/mypage.jsp</result>