Author: bphillips
Date: Mon Jul 1 14:21:28 2013
New Revision: 1498470
URL: http://svn.apache.org/r1498470
Log:
initial commit of ReadMe.txt file
Added:
struts/sandbox/trunk/struts2examples/form_validation/README.txt
Added: struts/sandbox/trunk/struts2examples/form_validation/README.txt
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/form_validation/README.txt?rev=1498470&view=auto
==============================================================================
--- struts/sandbox/trunk/struts2examples/form_validation/README.txt (added)
+++ struts/sandbox/trunk/struts2examples/form_validation/README.txt Mon Jul 1
14:21:28 2013
@@ -0,0 +1,16 @@
+This is the example project referred to in the
+Struts 2 documentation, Form Validation tutorial.
+See: http://struts.apache.org.
+
+To build the application's war file run mvn clean package
+from the project's root folder.
+
+The war file is created in the target sub-folder.
+
+Copy the war file to your Servlet container (e.g. Tomcat, GlassFish) and
+then startup the Servlet container.
+
+In a web browser go to: http://localhost:8080/form_validation/index.action.
+
+You should see a web page with Welcome to Struts 2!
+