在 Spring Webflow 2.0 测试中访问 Errors 对象
当 Spring Webflow 2.0 测试(继承自 AbstractXmlFlowExecutionTests)验证失败时,如何访问由 spring 创建的 Errors 对象?
我尝试使用 FormObjectAccessor.getCurrentFormErrors() 但无法获取对 RequestContext 的引用。
How do I access the Errors-object created by spring when validation fails from a Spring Webflow 2.0 test (inherits from AbstractXmlFlowExecutionTests)?
I tried using the FormObjectAccessor.getCurrentFormErrors() but I couldn't get a reference to the RequestContext.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要访问错误的原因是什么?为验证方法编写单元测试不是更简单吗?
What is the reason you want to access the errors? Wouldn't it be simpler to write unit tests for your validation methods?