i have created a simple webflow.
It has two steps. In the first step you must input the name of group and in the second one contact information. The contact is added to group when you click on add contact
. By click then on save group
the group must be saved. Practically it works, but i meet only one issue i can't understand. The instance of EmailGroupForm
contains in the collection all ContactForm,
but each ContactForm
has empty fields.
here is the class diagram:
I have debugged at the method, where the ContactForm
is added to EmailGroupForm
. All ContactForm
are initialized. I have noted, that in each method, there is different instance of ContactForm
. I think it is the reason of issue, but i am not sure. I don't understand where is my thought error.
Please to help
The project tutorial.spring4-tiles-simple-webflow
is in gihub