[richfaces-svn-commits] JBoss Rich Faces SVN: r14641 - branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 17 09:09:43 EDT 2009


Author: atsebro
Date: 2009-06-17 09:09:43 -0400 (Wed, 17 Jun 2009)
New Revision: 14641

Modified:
   branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
Log:
RF-7343: a4j:commandButton component description review

Modified: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent	2009-06-17 13:01:57 UTC (rev 14640)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent	2009-06-17 13:09:43 UTC (rev 14641)
@@ -15,8 +15,7 @@
     <property >
         <name>ajaxSingle</name>
         <classname>boolean</classname>
-        <description>boolean attribute which provides possibility to limit JSF tree processing(decoding, conversion/validation, value applying) 
-to the component which send the request only</description>
+        <description>Limits JSF tree processing (decoding, conversion, validation and model updating) only to a component that sends the request. Boolean</description>
     </property>
     
     <property >




More information about the richfaces-svn-commits mailing list