You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gh...@apache.org on 2014/03/26 10:59:15 UTC

svn commit: r1581774 - /roller/trunk/app/src/main/resources/struts.properties

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