Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 133B4200B64 for ; Tue, 19 Jul 2016 07:24:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 11C13160A65; Tue, 19 Jul 2016 05:24:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5C840160A5D for ; Tue, 19 Jul 2016 07:24:07 +0200 (CEST) Received: (qmail 65928 invoked by uid 500); 19 Jul 2016 05:24:01 -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 65896 invoked by uid 99); 19 Jul 2016 05:24:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2016 05:24:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2C67EDF99D; Tue, 19 Jul 2016 05:24:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Tue, 19 Jul 2016 05:24:03 -0000 Message-Id: <09b68ec553c041698045ab0bb6b28d0b@git.apache.org> In-Reply-To: <234ea65546e640ada197836e6f0bfba4@git.apache.org> References: <234ea65546e640ada197836e6f0bfba4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] struts-examples git commit: Reformats and adds default action ref archived-at: Tue, 19 Jul 2016 05:24:08 -0000 Reformats and adds default action ref Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/bd7959d9 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/bd7959d9 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/bd7959d9 Branch: refs/heads/master Commit: bd7959d98236f20d46cd7b242d9fcf28bbcababd Parents: 001dab2 Author: Lukasz Lenart Authored: Tue Jul 19 07:23:46 2016 +0200 Committer: Lukasz Lenart Committed: Tue Jul 19 07:23:46 2016 +0200 ---------------------------------------------------------------------- .../src/main/resources/struts.xml | 41 +++++++++++--------- 1 file changed, 22 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/bd7959d9/form-xml-validation/src/main/resources/struts.xml ---------------------------------------------------------------------- diff --git a/form-xml-validation/src/main/resources/struts.xml b/form-xml-validation/src/main/resources/struts.xml index 5e6f2bd..23cd6e9 100644 --- a/form-xml-validation/src/main/resources/struts.xml +++ b/form-xml-validation/src/main/resources/struts.xml @@ -1,30 +1,33 @@ + "-//Apache Software Foundation//DTD Struts Configuration 2.5//EN" + "http://struts.apache.org/dtds/struts-2.5.dtd"> - + - + - - - - /index.jsp - + - - /edit.jsp - - - - /edit.jsp - /thankyou.jsp - + - + + + /index.jsp + + + + /edit.jsp + + + + /edit.jsp + /thankyou.jsp + + + \ No newline at end of file