[richfaces-svn-commits] JBoss Rich Faces SVN: r14570 - 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
Tue Jun 9 11:48:54 EDT 2009


Author: smukhina
Date: 2009-06-09 11:48:54 -0400 (Tue, 09 Jun 2009)
New Revision: 14570

Modified:
   branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ui_input_attributes.ent
Log:
https://jira.jboss.org/jira/browse/RF-6794 requiredMessage attribute description is corrected 

Modified: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ui_input_attributes.ent
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ui_input_attributes.ent	2009-06-09 15:05:56 UTC (rev 14569)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ui_input_attributes.ent	2009-06-09 15:48:54 UTC (rev 14570)
@@ -37,10 +37,7 @@
 		<name>requiredMessage</name>
 		<classname>java.lang.String</classname>
 		<description>
-			A ValueExpression enabled attribute that, if present,
-			will be used as the text of the validation message for
-			the &quot;required&quot; facility, if the &quot;required&quot; facility is
-			used
+		A ValueExpression enabled attribute which defines  text of validation message to show, if a required field is missing
 		</description>
 	</property>
 	<property>




More information about the richfaces-svn-commits mailing list