From eb430b3abaedfe2a55cda01208c39345f9390a03 Mon Sep 17 00:00:00 2001 From: Toby Jee Date: Sun, 18 Jun 2006 05:11:59 +0000 Subject: [PATCH] WW-1351 - added link to chat (ajax) example - added redirect to chat example when hitting url /chat/ git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@415091 13f79535-47bb-0310-9956-ffa450edef68 --- apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp | 1 + apps/showcase/src/main/webapp/chat/index.jsp | 3 +++ apps/showcase/src/main/webapp/showcase.jsp | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 apps/showcase/src/main/webapp/chat/index.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 eef093984..f5479290f 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp @@ -78,6 +78,7 @@
  • "/>Conversion
  • ">JSF
  • ">Freemarker +
  • ">Chat (AJAX)
  • ">Help
  • diff --git a/apps/showcase/src/main/webapp/chat/index.jsp b/apps/showcase/src/main/webapp/chat/index.jsp new file mode 100644 index 000000000..b58d7a302 --- /dev/null +++ b/apps/showcase/src/main/webapp/chat/index.jsp @@ -0,0 +1,3 @@ + +<% response.sendRedirect("main.action"); %> + diff --git a/apps/showcase/src/main/webapp/showcase.jsp b/apps/showcase/src/main/webapp/showcase.jsp index 67cf994f2..bb0cd950e 100644 --- a/apps/showcase/src/main/webapp/showcase.jsp +++ b/apps/showcase/src/main/webapp/showcase.jsp @@ -65,6 +65,9 @@
  • JavaServer Faces Example
  • + + +
  • Chat (AJAX) Example