Hi all,

Can any body help me to give an approach for the given scenario.
I have some form/jsp pages with so many controls in java/j2ee web application which was used struts, AJAX JASP and Spring. When a user start enters data into such forms we need to do auto save the partial data that he/she entered till that time. Basically this is for not loosing the data if the browser crashes or closes unexpectedly.So the users persistance...