From 91a9889ed60eea480479c85ebcbdb95d348ef5ca Mon Sep 17 00:00:00 2001 From: Ted Nathan Husted Date: Thu, 31 Aug 2006 22:13:49 +0000 Subject: [PATCH] WW-1349 Move new Tutorial code into Showcase git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@439068 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/tutorial/Welcome.jsp | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 apps/showcase/src/main/webapp/tutorial/Welcome.jsp diff --git a/apps/showcase/src/main/webapp/tutorial/Welcome.jsp b/apps/showcase/src/main/webapp/tutorial/Welcome.jsp new file mode 100644 index 000000000..d4593bb7f --- /dev/null +++ b/apps/showcase/src/main/webapp/tutorial/Welcome.jsp @@ -0,0 +1,36 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="s" uri="/struts-tags" %> + + Tutorial + + +

+ This is the companion source code to the + + Tutorial. +

+ +

Hello World

+ + + +

Understanding Actions

+ + + + + \ No newline at end of file