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/08/06 00:25:12 UTC

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

Author: jwaldman
Date: Wed Aug  5 22:25:11 2009
New Revision: 801443

URL: http://svn.apache.org/viewvc?rev=801443&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/branches/1.2.11.4-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml

Modified: myfaces/trinidad/branches/1.2.11.4-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.4-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml?rev=801443&r1=801442&r2=801443&view=diff
==============================================================================
--- myfaces/trinidad/branches/1.2.11.4-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml (original)
+++ myfaces/trinidad/branches/1.2.11.4-branch/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml Wed Aug  5 22:25:11 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.