I have a form "mandatorydata-change.jsp" where the contact data (name, first name, ...) and the address of the user data must be specified. The contact data have his own table and the address data have his own table, so two different tables for a view. Now I want to save by Spring WebFlow 2 the contact data and address data of the user, each in its own table: "User"and "Useraddress".
The problem now is, i can't save data from TWO models in ONE view with Spring WebFlow 2.
Please can you me help?
Thanks, Lukem
Create a single command object that encapsulates both: