Hi all,
We have a web application that basically, every task(add/update/delete) is done via one page. Now our client wants to do all the tasks altogether and then, finally, data will be saved until he presses a Submit button. For example, he'd delete a car, then add a new car, then change a driver's billing address, and then press 'Final Submit'. Until then, the actual data are processed and persisted in datastore.
We decided to do this with the wizard machanism, that is, each of the task can be done via one page, but we dont know how and where to store the temporary data on each page among the pages.
Please advice if you have any idea on this problem,
Thank you and have a good weekend.
Uy.
P.s: We are using Self-servicing model.