I have a form "required data-change.jsp" where contact details (name, name, ...) and the address of user data should be indicated. The contact data has its own table, and the address data has its own table, so there are two different tables for presentation. Now I want to save Spring WebFlow 2 contact data and user address data, each in its own table: "User" and "User address".
Now the problem is that I cannot save data from two models in ONE mode using Spring WebFlow 2.
Please help me?
Thanks Lukem
source
share