Struts 2 自定义验证器问题
我有一个用于 CRUD 操作的操作和 3 个自定义验证器。
其中两个验证器工作正常,但另一个则无法正常工作。它正确处理验证,并返回适当的错误,但如果没有错误,工作流就不会完成,它永远不会到达操作。就好像它被困在验证器中一样。日志文件中没有错误。如果我删除验证器,就会达到操作。
我不确定我做错了什么,如果有任何帮助,我将不胜感激。
I have an Action for CRUD operations and 3 custom validators.
Two of the validators work correctly, but the other one does not. It handles correctly the validation, and returns the appropriate errors, but if there are no errors, the workflow does not complete, it never reaches the Action. It is as if it is stuck in the validator. There are no errors in the log file. If I remove the validator, the Action is reached.
I am not sure what I am doing wrong, and I would appreciate any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)