





















在使用Struts的标签<html:cancel>进行取消操作的时候,需要设置对应Action的cancellable属性,具体的设置方法如下:
1
<action attribute="registerForm" input="/test.do"
2
validate="true" name="registerForm" path="/register"
3
scope="request" >
4
5
</action>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。