My problem is this: I have a class for example client it via own name, surname and cpf and a list of objects of class address. The address class is only going to have the street and city field. My question is the following how do I create a form to fill in the customer data and go to another screen to enter the addresses and then send with only 1 submit all this data? do you need to do aser with thymeleaf or need javascript?