After reading related questions, such as:
Spring MVC form handling form multiple pojos
Spring MVC: Having multiple @ModelAttribute in form handling action
I still wonder how could a Spring MVC <form: tag handle multiple modelAttributes. In the answers to the questions above, they either use JSON ( Why?) or use some tricks in the name of the raw input HTML tags. Could somebody post a minimal, working example here ( two Pojos, a Controller and a view)?