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
This commit is contained in:
Rainer Hermanns
2006-09-13 10:58:49 +00:00
parent 8a1af1768b
commit 433d83ac15
@@ -49,6 +49,8 @@ import com.opensymphony.xwork2.util.OgnlValueStack;
/**
* <!-- START SNIPPET: javadoc -->
* <p>Include a servlet's output (result of servlet or a JSP page).</p>
* <p>Note: Any additional params supplied to the included page are <b>not</b> accessible within the rendered page
* through the &lt;s:property...&gt; tag!</p>
* <!-- END SNIPPET: javadoc -->
*
*