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.
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.
Spring Webflow offers a similar facility, scoped to individual conversations. The persistence section of the manual should be able to explain the concepts.