禁用struts2中的验证并使用我自己的自定义验证
我正在 struts2 中开发 web 项目,我希望通过禁用 struts2 验证来在我自己的自定义验证中进行验证,因为如果发回一个字段,它将检查所有字段,但我只想在提交时检查。
I'm developing web project in struts2 and I want validation in my own customized validation by disabling the struts2 validation, because if one field is being sent back it will check all fields but I want to check only at the time of submit.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不完全明白这个想法,但是有一个叫做
@SkipValidation
的东西,你可以用它来注释方法。I don't fully get the idea, but there's a thing called
@SkipValidation
you can annotate methods with.