如何在struts2中排除action方法frm验证
如何从struts2中的验证中排除操作方法...例如,我想对具有两个字段的一个操作登录进行验证,而同一操作类中的其他操作方法说带有归档消息的测试方法......我该怎么做? ?使用一个 xml 文件?
How to exclude action methods from validation in struts2 ... for example i wann do validation for one action login with two fileds and other action method in same action class say test methode with filed message..... how can i do it?? using one xml file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将以下内容添加到 xml 配置文件中才能更改验证拦截器。
或者,您可以使用注释该方法
You have to add the following to your xml config file in order to change your validation interceptor.
Alternatively you can annotate the method with