Author: hermanns Date: Wed Sep 13 03:58:49 2006 New Revision: 442938 URL: http://svn.apache.org/viewvc?view=rev&rev=442938 Log: 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 Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Include.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Include.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Include.java?view=diff&rev=442938&r1=442937&r2=442938 ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Include.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Include.java Wed Sep 13 03:58:49 2006 @@ -49,6 +49,8 @@ /** * <!-- 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 <s:property...> tag!</p> * <!-- END SNIPPET: javadoc --> * *