Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E476F10D24 for ; Mon, 1 Jul 2013 14:21:51 +0000 (UTC) Received: (qmail 84775 invoked by uid 500); 1 Jul 2013 14:21:51 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 84754 invoked by uid 500); 1 Jul 2013 14:21:51 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 84747 invoked by uid 99); 1 Jul 2013 14:21:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jul 2013 14:21:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jul 2013 14:21:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6526E238889B; Mon, 1 Jul 2013 14:21:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1498470 - /struts/sandbox/trunk/struts2examples/form_validation/README.txt Date: Mon, 01 Jul 2013 14:21:28 -0000 To: commits@struts.apache.org From: bphillips@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130701142128.6526E238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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! +