从action1直接跳转到action2,有两种方法:
1. 需要保存前一个action的属性信息时使用:
<result type= "chain ">action2</result>
2. 不保存前一个action的参数可以用这种方法:
<result type= "redirect-action "> ActionName </result>
相关文章
- Struts2中Action接收参数的方法
- struts2 Action中获取request, response对象的 几种 方法
- struts2中action业务控制类的几种配置方式
- struts2中ACTION传值到JSP的问题
- ASP.NET Core MVC中的IActionFilter.OnActionExecuted方法执行时,Controller中Action返回的对象是否已经输出到Http Response中
- struts2 从一个action跳转到另一个action的struts.xml文件的配置
- 可不可以从action的一个方法重定向到本action的另一个方法
- struts2中的action访问web对象
- Struts2中action重定向跳转到jsp参数中带有中文(乱码解决的方案)
- Struts2 后台action接收 jsp页面中checkbox中的值