Author: nbelaevski
Date: 2009-02-05 18:14:39 -0500 (Thu, 05 Feb 2009)
New Revision: 12585
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_input_attributes.ent
Log:
https://jira.jboss.org/jira/browse/RF-4962
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_input_attributes.ent
===================================================================
---
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_input_attributes.ent 2009-02-05
23:14:32 UTC (rev 12584)
+++
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_input_attributes.ent 2009-02-05
23:14:39 UTC (rev 12585)
@@ -33,6 +33,32 @@
<methodargs>javax.faces.event.ValueChangeEvent</methodargs>
<description>Listener for value changes</description>
</property>
-
-
+ <property>
+ <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 "required" facility, if the "required"
facility is
+ used
+ </description>
+ </property>
+ <property>
+ <name>validatorMessage</name>
+ <classname>java.lang.String</classname>
+ <description>
+ A ValueExpression enabled attribute that, if present,
+ will be used as the text of the validator message,
+ replacing any message that comes from the validator
+ </description>
+ </property>
+ <property>
+ <name>converterMessage</name>
+ <classname>java.lang.String</classname>
+ <description>
+ A ValueExpression enabled attribute that, if present,
+ will be used as the text of the converter message,
+ replacing any message that comes from the converter
+ </description>
+ </property>
</properties>