polish
This commit is contained in:
parent
ca928944db
commit
0d6b9f1241
|
|
@ -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