From 1083e060c8293c8183b0cb8f7bebddbad8ad5c84 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Wed, 15 Sep 2010 15:26:34 +0000 Subject: [PATCH] Updated JavaDoc snippet about copping actionErrors and actionMessages git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@997366 13f79535-47bb-0310-9956-ffa450edef68 --- .../opensymphony/xwork2/interceptor/ChainingInterceptor.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java b/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java index 1b444d90f..ca3e21689 100644 --- a/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java +++ b/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java @@ -46,6 +46,9 @@ import java.util.*; * is through the use of the chain result type, which combines with this interceptor to make up the action * chaining feature. *

+ *

+ * Note: By default actionErrors and actionMessages are excluded when copping object's properties. + *

* *

*

Interceptor parameters: