From 433d83ac157bd78c0654db9256678c695b378cb8 Mon Sep 17 00:00:00 2001 From: Rainer Hermanns Date: Wed, 13 Sep 2006 10:58:49 +0000 Subject: [PATCH] ww:param not functioning when used with ww:include o added comment about accessibilty of additional params within the rendered page o backport from WW 2.2.3 Issue Number: WW-1349 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@442938 13f79535-47bb-0310-9956-ffa450edef68 --- core/src/main/java/org/apache/struts2/components/Include.java | 2 ++ 1 file changed, 2 insertions(+) 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!

* * *