diff --git a/apps/showcase/src/main/resources/struts-dispatcher.xml b/apps/showcase/src/main/resources/struts-dispatcher.xml new file mode 100644 index 000000000..659b3f235 --- /dev/null +++ b/apps/showcase/src/main/resources/struts-dispatcher.xml @@ -0,0 +1,40 @@ + + + + + + + + + + /WEB-INF/dispatcher/dispatch-result.jsp + + + + + /dispatcher/dispatch.action + + + + diff --git a/apps/showcase/src/main/resources/struts.xml b/apps/showcase/src/main/resources/struts.xml index 36d0370c3..cfdac4b39 100644 --- a/apps/showcase/src/main/resources/struts.xml +++ b/apps/showcase/src/main/resources/struts.xml @@ -78,6 +78,8 @@ + + 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 0d09eb647..d63f61f9a 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp @@ -244,6 +244,8 @@
  • Model Driven
  • Async
  • +
  • Dispatcher result - dispatch
  • +
  • Dispatcher result - forward