Return-Path: X-Original-To: apmail-roller-commits-archive@www.apache.org Delivered-To: apmail-roller-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6BB3610DAA for ; Wed, 26 Mar 2014 09:59:42 +0000 (UTC) Received: (qmail 19108 invoked by uid 500); 26 Mar 2014 09:59:41 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 19078 invoked by uid 500); 26 Mar 2014 09:59:39 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 19063 invoked by uid 99); 26 Mar 2014 09:59:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2014 09:59:38 +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; Wed, 26 Mar 2014 09:59:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7576D2388993; Wed, 26 Mar 2014 09:59:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1581774 - /roller/trunk/app/src/main/resources/struts.properties Date: Wed, 26 Mar 2014 09:59:15 -0000 To: commits@roller.apache.org From: ghuber@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140326095915.7576D2388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ghuber Date: Wed Mar 26 09:59:15 2014 New Revision: 1581774 URL: http://svn.apache.org/r1581774 Log: Show error/messages on chains. Modified: roller/trunk/app/src/main/resources/struts.properties Modified: roller/trunk/app/src/main/resources/struts.properties URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/resources/struts.properties?rev=1581774&r1=1581773&r2=1581774&view=diff ============================================================================== --- roller/trunk/app/src/main/resources/struts.properties (original) +++ roller/trunk/app/src/main/resources/struts.properties Wed Mar 26 09:59:15 2014 @@ -28,3 +28,8 @@ struts.custom.i18n.resources=Application # If you want to allow uploads over 1 billion bytes, then set this higher: struts.multipart.maxSize=1000000000 + +# By default, Errors, Field errors and Message aren't copied during chaining +# to copy Action Errors +struts.xwork.chaining.copyErrors=true +struts.xwork.chaining.copyMessages=true