I have a a web flow where I need to capture data on one of the screens.
This data is stored in an object which will be held in a list in the bean.
On submitting the page I want to be able to create an object, and add it to the list in the bean.
Is this possible?
Thanks
In the end I managed to get it working with the following flows.
I created a helper bean to hold a function for adding to the list held in the form bean.
It then displays the original page again