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: