struts2 validation using message store interceptor
consider this: user clicks on a link request goes to DisplayLoginAction Login.jsp is displayed user enters his credentials form is mapped to ValidateLoginAction validation fails in ValidateLoginAction ValidateLoginAction stores the errors and returns "input" redirecting to DisplayLoginAction.. DisplayLoginAction retrieves the errors from the interceptor and shows them to the user above the login form user refreshes the page The errors are gone How should I save the errors on page refresh? <action name="displayLoginPage" class="DisplayLoginAction"> <interceptor-ref name="store"> <param name=