Search code examples
jspviewstate

Any viewstate implementation for JSP-Servlet app?


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.


Solution

  • I think the Stripes framework provides that.