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