diff --git a/apps/showcase/src/main/resources/struts-wait.xml b/apps/showcase/src/main/resources/struts-wait.xml index 7b6a204a6..b237dac68 100644 --- a/apps/showcase/src/main/resources/struts-wait.xml +++ b/apps/showcase/src/main/resources/struts-wait.xml @@ -28,6 +28,10 @@ + + + /WEB-INF/wait/index.jsp + /WEB-INF/wait/example1.jsp diff --git a/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp b/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp index d63f61f9a..ff1353032 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp @@ -239,7 +239,7 @@
  • Person Manager
  • CRUD
  • -
  • Execute & Wait
  • +
  • Execute & Wait
  • Token
  • Model Driven
  • diff --git a/apps/showcase/src/main/webapp/WEB-INF/wait/complete.jsp b/apps/showcase/src/main/webapp/WEB-INF/wait/complete.jsp index 74c97c74c..47cbb0674 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/wait/complete.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/wait/complete.jsp @@ -1,19 +1,19 @@ +<%@ taglib prefix="s" uri="/struts-tags" %> + + + Struts2 Showcase - Execute and Wait Examples + + + + + +
    +
    +
    + +

    + These examples illustrate Struts build in support for execute and wait. +

    +

    + When you have a process that takes a long time your users can be impatient and starts to submit/click + again. +
    A good solution is to show the user a progress page (wait page) while the process takes it time. +

    + +
    +
    Example 1 (no delay) +
    Example 2 (with delay) +
    Example 3 (with longer check delay) +

    +
    +
    + + diff --git a/apps/showcase/src/main/webapp/WEB-INF/wait/wait.jsp b/apps/showcase/src/main/webapp/WEB-INF/wait/wait.jsp index e4b467968..57f169d87 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/wait/wait.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/wait/wait.jsp @@ -1,19 +1,19 @@ - - - Struts2 Showcase - Execute and Wait Examples - - - - - - - -
    -
    -
    - -

    - These examples illustrate Struts build in support for execute and wait. -

    -

    - When you have a process that takes a long time your users can be impatient and starts to submit/click again. -
    A good solution is to show the user a progress page (wait page) while the process takes it time. -

    - -
    -
    Example 1 (no delay) -
    Example 2 (with delay) -
    Example 3 (with longer check delay) -

    -
    -
    - -