how to handle data when designing UI wizard of forms
I am designing a Ui wizard kind of stuff which will contain forms in each
step. Now I am thinking of how to store data get by all the forms.
Should I store data of each form in a session ( send it to servlet ) each
time clicking on next button.
Should I store all the data in cache or cookie and submit on final submit.
Also I want to add that flipkart type of notification of steps when you
checkout and proceed to payment. Which shows the users how many steps are
in wizard and currently you are on which step of wizard...
Please help
No comments:
Post a Comment