Hi,

I would like to define a web flow consisting of 5-6 viewstates using their own individual model objects and then at the last viewstate i.e. at confirm viewstate assemble them into complex object.

Something like an Order which has customer, address, product, payment information. So, each viewstate will have corresponding object in scope and then keep adding it to wrapper object?

How can we do this? Any ideas or examples are appreciated?