You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jw...@apache.org on 2009/06/01 22:44:21 UTC

svn commit: r780820 - /myfaces/trinidad/branches/1.2.11.3-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml

Author: jwaldman
Date: Mon Jun  1 20:44:20 2009
New Revision: 780820

URL: http://svn.apache.org/viewvc?rev=780820&view=rev
Log:
documentation change - add another sentence about the rendered attribute tag doc to make it clearer how to PPR an unrendered component since this is a FAQ.
1.2.11.3-branch

Modified:
    myfaces/trinidad/branches/1.2.11.3-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml

Modified: myfaces/trinidad/branches/1.2.11.3-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/1.2.11.3-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml?rev=780820&r1=780819&r2=780820&view=diff
==============================================================================
--- myfaces/trinidad/branches/1.2.11.3-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml (original)
+++ myfaces/trinidad/branches/1.2.11.3-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml Mon Jun  1 20:44:20 2009
@@ -45,7 +45,10 @@
     <property>
       <description>whether the component is rendered. When set to false, no output will be
 		delivered for this component (the component will not in any way be rendered,
-		and cannot be made visible on the client). 
+		and cannot be made visible on the client). If you want to change a component's '
+		rendered attribute from false to true
+                using PPR, set the partialTrigger attribute of its parent component so the
+                parent refreshes and in turn will render this component. 
       </description>
       <property-name>rendered</property-name>
       <property-class>boolean</property-class>