Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在struts2中开发web项目,我希望通过禁用struts2验证在我自己的自定义验证中进行验证,因为如果一个字段被发回,它将检查所有字段,但我只想在提交时检查。
我不完全明白这个想法,但是有一种东西叫做@SkipValidation你可以用它来注释方法。
@SkipValidation