在struts2进行action跳转action的时候 有两种方法
1、<result type="redirect">
2、<result type="chain">
这种方式注意了,action必须是链式的,不能是环形的,因为struts2要检查跳转的action是否在历史中,如果是就会抛出异常
在struts2进行action跳转action的时候 有两种方法
1、<result type="redirect">
2、<result type="chain">
这种方式注意了,action必须是链式的,不能是环形的,因为struts2要检查跳转的action是否在历史中,如果是就会抛出异常