struts2 怎么配置直接跳转的action

2024年11月28日 06:50
有2个网友回答
网友(1):

action的class不需要写.也不需要建action类文件.他默认直接extends ActionSupport.相当于一个execute方法的空实现,返加一个SUCCESS.
你的补充写法完全正确.

网友(2):

配置result的type为chain