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/07/07 20:44:26 UTC

svn commit: r791936 - /myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml

Author: jwaldman
Date: Tue Jul  7 18:44:26 2009
New Revision: 791936

URL: http://svn.apache.org/viewvc?rev=791936&view=rev
Log:
fix small typo in Component.xml
"If you want to change a component's ' rendered attribute from false to true" removed the extra '

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

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml?rev=791936&r1=791935&r2=791936&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml Tue Jul  7 18:44:26 2009
@@ -45,7 +45,7 @@
     <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). If you want to change a component's '
+		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.