diff --git a/core/src/main/java/org/apache/struts2/components/Include.java b/core/src/main/java/org/apache/struts2/components/Include.java index 847f0aa03..fb2b67b78 100644 --- a/core/src/main/java/org/apache/struts2/components/Include.java +++ b/core/src/main/java/org/apache/struts2/components/Include.java @@ -49,6 +49,8 @@ import com.opensymphony.xwork2.util.OgnlValueStack; /** * *
Include a servlet's output (result of servlet or a JSP page).
+ *Note: Any additional params supplied to the included page are not accessible within the rendered page + * through the <s:property...> tag!
* * *