Snippets tagged “request-parameters”
1 snippet uses this tag.
- What is @ModelAttribute in Spring MVC?Java
In Spring MVC, the @ModelAttribute annotation is used to bind request parameters to method arguments in controller methods.
1 snippet uses this tag.
In Spring MVC, the @ModelAttribute annotation is used to bind request parameters to method arguments in controller methods.