polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1889 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
3d459ae149
commit
b9c410764c
|
|
@ -1388,7 +1388,7 @@ BindingResults results = binder.getBindingResults();}]]>
|
||||||
In previous versions it was up to the developer to manually invoke validation logic.
|
In previous versions it was up to the developer to manually invoke validation logic.
|
||||||
</para>
|
</para>
|
||||||
<section id="validation.mvc.triggering">
|
<section id="validation.mvc.triggering">
|
||||||
<title>Triggering @Controller Method Argument Validation</title>
|
<title>Triggering @Controller Input Validation</title>
|
||||||
<para>
|
<para>
|
||||||
To trigger validation of a @Controller input, simply annotate the input argument as @Valid:
|
To trigger validation of a @Controller input, simply annotate the input argument as @Valid:
|
||||||
</para>
|
</para>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue