diff --git a/apps/showcase/src/main/webapp/validation/index.jsp b/apps/showcase/src/main/webapp/validation/index.jsp index f3860de1a..a86991017 100644 --- a/apps/showcase/src/main/webapp/validation/index.jsp +++ b/apps/showcase/src/main/webapp/validation/index.jsp @@ -34,8 +34,8 @@
  • Non Field Validator
  • Visitor Validator
  • Client side validation using JavaScript
  • -
  • Back To Showcase
  • Store across request using MessageStoreInterceptor (Example)
  • +
  • Back To Showcase diff --git a/apps/showcase/src/main/webapp/validation/storeErrorsAcrossRequestExample.jsp b/apps/showcase/src/main/webapp/validation/storeErrorsAcrossRequestExample.jsp index 19bfbc7d4..96d81aa3c 100644 --- a/apps/showcase/src/main/webapp/validation/storeErrorsAcrossRequestExample.jsp +++ b/apps/showcase/src/main/webapp/validation/storeErrorsAcrossRequestExample.jsp @@ -17,18 +17,27 @@ configured, the action errors / messages / field errors will be store and remains retrieveable even after a redirect.

    -

    - - - - - + + + +
    ActionMessages:
    ActionErrors:
    + +

    + +

    +

    + Try submitting with an invalid age value, + and note that the browser location changes, + but validation messages are retained. + Because of the redirect, + the input values are not retained. +