标签:
1、result中传多个参数,&不允许使用需要转义&即多个参数之间用&隔开
<result type="redirectAction">showUpdateIndexPicList
shoppingPicList.id=${shoppingPicList.id}&flag=product&flag2=image&message=success</result>
2、使用type=“redirectAction”时,结果就只能写Action的配置名,不能带有后缀:“.action”
3、使用type=“redirect”时,结果应是action配置名+后缀名
标签:
原文地址:http://www.cnblogs.com/wangwanchao/p/5174396.html