I am working on a Transport website where we are asking customer to enter some data
so that we can process and show them the result.
Now page used for collecting data
has more than 200 text boxes
and our requirement is to give a "Save for later use" button
to the user so that user can come back any time and get the same unfinished page that he left.
Now I am facing difficulty in how to display the unfinished data that user entered in the last login to the same text box
. I am using Struts 2 and MySQL.