Author: lukaszlenart Date: Wed Sep 15 15:26:34 2010 New Revision: 997366 URL: http://svn.apache.org/viewvc?rev=997366&view=rev Log: Updated JavaDoc snippet about copping actionErrors and actionMessages
Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java?rev=997366&r1=997365&r2=997366&view=diff ============================================================================== --- struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java (original) +++ struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java Wed Sep 15 15:26:34 2010 @@ -46,6 +46,9 @@ import java.util.*; * is through the use of the <b>chain</b> result type, which combines with this interceptor to make up the action * chaining feature. * <p/> + * <p> + * <b>Note:</b> By default actionErrors and actionMessages are excluded when copping object's properties. + * </p> * <!-- END SNIPPET: description --> * <p/> * <p/> <u>Interceptor parameters:</u>