File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ and others) and is equivalent to `required=false`.
89
89
Note that use of `@ModelAttribute` is optional -- for example, to set its attributes.
90
90
See "`Any other argument`" later in this table.
91
91
92
- | `Errors`, `BindingResult`
92
+ | `Errors` or `BindingResult`
93
93
| For access to errors from validation and data binding for a command object, i.e. a
94
- `@ModelAttribute` argument. An `Errors`, or `BindingResult` argument must be declared
94
+ `@ModelAttribute` argument. An `Errors` or `BindingResult` argument must be declared
95
95
immediately after the validated method argument.
96
96
97
97
| `SessionStatus` + class-level `@SessionAttributes`
You can’t perform that action at this time.
0 commit comments