filmov
tv
Spring MVC - Using ModelAttribute to get Form Data in Post Controller

Показать описание
Instead of reading the form fields separately and using RequestParam annotation we can simply use the model attribute which holds all the form data and reduces the work to be done.