在使用Struts的标签<html:cancel>进行取消操作的时候,需要设置对应Action的cancellable属性,具体的设置方法如下:
1有关Struts标签<html:cancel>使用的一点提示<action attribute="registerForm" input="/test.do"
2有关Struts标签<html:cancel>使用的一点提示            validate="true" name="registerForm" path="/register"
3有关Struts标签<html:cancel>使用的一点提示            scope="request" >
4有关Struts标签<html:cancel>使用的一点提示    <set-property property="cancellable" value="true"/>
5有关Struts标签<html:cancel>使用的一点提示</action>  

相关文章:

  • 2021-05-22
  • 2021-09-20
  • 2021-08-28
  • 2022-12-23
  • 2021-06-02
  • 2021-11-21
  • 2021-11-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
  • 2021-07-15
  • 2021-12-07
  • 2021-05-30
  • 2022-12-23
相关资源
相似解决方案