[richfaces-svn-commits] JBoss Rich Faces SVN: r12170 - trunk/cdk/generator/src/main/resources/META-INF/schema/entities.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jan 9 05:47:20 EST 2009


Author: cluts
Date: 2009-01-09 05:47:20 -0500 (Fri, 09 Jan 2009)
New Revision: 12170

Modified:
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent
Log:
RF-2220 - the default value has been added into the attribute's description.

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent	2009-01-09 10:44:03 UTC (rev 12169)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent	2009-01-09 10:47:20 UTC (rev 12170)
@@ -5,7 +5,7 @@
         <defaultvalue>true</defaultvalue>
         <description>
             Define, must be (or not) content of this component will be included in AJAX response created by parent AJAX Container, even if not forced by reRender list of ajax action.
-            Ignored if component marked to output by some Ajax action component.
+            Ignored if component marked to output by some Ajax action component. The default value is "true".
         </description>
     </property>
     <property>
@@ -14,6 +14,7 @@
         <description><![CDATA[
 				Flag for mark all child components to non-transient. If "true", all children components will be set to non-transient state and keep in saved components tree.
 				For output in self-renderer region all content (By default, all content in <f:verbatim> tags and non-jsf elements in facelets, marked as transient - since, self-rendered ajax regions don't plain output for ajax processing).
+				The default value is "false".
 			]]></description>
         <defaultvalue>false</defaultvalue>
     </property>




More information about the richfaces-svn-commits mailing list