Browse Source

Polishing

pull/33350/head
Sam Brannen 1 year ago
parent
commit
1cf5264163
  1. 4
      framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/arguments.adoc

4
framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/arguments.adoc

@ -89,9 +89,9 @@ and others) and is equivalent to `required=false`.
Note that use of `@ModelAttribute` is optional -- for example, to set its attributes. Note that use of `@ModelAttribute` is optional -- for example, to set its attributes.
See "`Any other argument`" later in this table. See "`Any other argument`" later in this table.
| `Errors`, `BindingResult` | `Errors` or `BindingResult`
| For access to errors from validation and data binding for a command object, i.e. a | For access to errors from validation and data binding for a command object, i.e. a
`@ModelAttribute` argument. An `Errors`, or `BindingResult` argument must be declared `@ModelAttribute` argument. An `Errors` or `BindingResult` argument must be declared
immediately after the validated method argument. immediately after the validated method argument.
| `SessionStatus` + class-level `@SessionAttributes` | `SessionStatus` + class-level `@SessionAttributes`

Loading…
Cancel
Save