Hello, We are in the process of looking at Struts2. Here is a pattern: http://www.theserverside.com/tt/articles/article.tss?l=RedirectAfterPost
Generally the web page has lists, inputted data and possible error messages. In case of errors, the list items and selections, and inputted data must be preserved and redisplayed to the user. What is the best way to implement this pattern using Struts2? Anything built-in? Regards, maestro