I have another vision
How can I pass two objects in the ModelAndView so that when calling a save request, I can do this distribution of objects for each Entyti.
I have Entyti Client and Contact, in page I need to save the past values, being redistributed according to object mapped in ModelAndView.
EX.
* {contact.email} - would be saved to the contact * {name} - would be saved on the client;
Remembering that I'm using Thymelealf in the form.