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