parent
f9167c3df5
commit
e719bc2cda
|
@ -215,7 +215,7 @@ as the following example shows:
|
||||||
Validation errors are reported to the `Errors` object passed to the validator. In the case
|
Validation errors are reported to the `Errors` object passed to the validator. In the case
|
||||||
of Spring Web MVC, you can use the `<spring:bind/>` tag to inspect the error messages, but
|
of Spring Web MVC, you can use the `<spring:bind/>` tag to inspect the error messages, but
|
||||||
you can also inspect the `Errors` object yourself. More information about the
|
you can also inspect the `Errors` object yourself. More information about the
|
||||||
methods it offers can be found in the {api-spring-framework}validation/Errors.html[javadoc].
|
methods it offers can be found in the {api-spring-framework}/validation/Errors.html[javadoc].
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue