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.
1 parent f7b94fc commit 4383a67Copy full SHA for 4383a67
src/docs/asciidoc/web/webmvc.adoc
@@ -2176,7 +2176,7 @@ and others) and is equivalent to `required=false`.
2176
| Any other argument
2177
| If a method argument is not matched to any of the earlier values in this table and it is
2178
a simple type (as determined by
2179
- {api-spring-framework}/beans/BeanUtils.html#isSimpleProperty-java.lang.Class-[BeanUtils#isSimpleProperty],
+ {api-spring-framework}/beans/BeanUtils.html#isSimpleProperty-java.lang.Class-[BeanUtils#isSimpleProperty]),
2180
it is resolved as a `@RequestParam`. Otherwise, it is resolved as a `@ModelAttribute`.
2181
|===
2182
0 commit comments