Do you know any implementation / technique which would provide similar behavior as Viewstate provides in ASP.NET. (Serializing the data into hidden field within the HTML form).
I am using only JSP, Servlet, and Spring MVC.
I think the Stripes framework provides that.