We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bce274 + 95a400a commit 75c63f8Copy full SHA for 75c63f8
src/docs/asciidoc/web/webmvc.adoc
@@ -2184,7 +2184,7 @@ and others) and is equivalent to `required=false`.
2184
| Any other argument
2185
| If a method argument is not matched to any of the earlier values in this table and it is
2186
a simple type (as determined by
2187
- {api-spring-framework}/beans/BeanUtils.html#isSimpleProperty-java.lang.Class-[BeanUtils#isSimpleProperty],
+ {api-spring-framework}/beans/BeanUtils.html#isSimpleProperty-java.lang.Class-[BeanUtils#isSimpleProperty]),
2188
it is resolved as a `@RequestParam`. Otherwise, it is resolved as a `@ModelAttribute`.
2189
|===
2190
0 commit comments