You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/02/06 01:43:15 UTC

svn commit: r618840 [2/2] - in /myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org: apache/myfaces/custom/ apache/myfaces/html/ apache/myfaces/ui/ includes/html/

Modified: myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/DisplayValueOnlyProperty.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/DisplayValueOnlyProperty.xml?rev=618840&r1=618839&r2=618840&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/DisplayValueOnlyProperty.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/build/src/main/resources/META-INF/maven-faces-plugin/components/org/includes/html/DisplayValueOnlyProperty.xml Tue Feb  5 16:43:08 2008
@@ -21,10 +21,14 @@
         <property>
 			<description>If true, renders only the value of the component, but no input widget. Default is false.</description>
 			<property-name>displayValueOnly</property-name>
-            <property-class>boolean</property-class>
-            <default-value>false</default-value>
+            <property-class>java.lang.Boolean</property-class>
+            <!-- <default-value>false</default-value>  -->
             <property-extension>
 				<mfp:required>false</mfp:required>
+				<!-- 
+				<mfp:is-set-method>true</mfp:is-set-method>
+				<mfp:is-set-method-scope>public</mfp:is-set-method-scope>
+				 -->
 			</property-extension>
 		</property>
     </component>