[embjopr-commits] EMBJOPR SVN: r291 - trunk/core/src/main/webapp/WEB-INF/classes.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Wed Apr 15 21:20:51 EDT 2009


Author: ips
Date: 2009-04-15 21:20:50 -0400 (Wed, 15 Apr 2009)
New Revision: 291

Modified:
   trunk/core/src/main/webapp/WEB-INF/classes/messages.properties
Log:
remove funky characters from JSF validator messages


Modified: trunk/core/src/main/webapp/WEB-INF/classes/messages.properties
===================================================================
--- trunk/core/src/main/webapp/WEB-INF/classes/messages.properties	2009-04-15 18:24:15 UTC (rev 290)
+++ trunk/core/src/main/webapp/WEB-INF/classes/messages.properties	2009-04-16 01:20:50 UTC (rev 291)
@@ -190,13 +190,13 @@
 
 javax.faces.component.UIInput.REQUIRED=Value is required.
 
-javax.faces.validator.DoubleRangeValidator.MAXIMUM=Value is greater than allowable maximum of ��{0}��
-javax.faces.validator.DoubleRangeValidator.MINIMUM=Value is less than allowable minimum of ��{0}��
+javax.faces.validator.DoubleRangeValidator.MAXIMUM=Value is greater than allowable maximum of {0}
+javax.faces.validator.DoubleRangeValidator.MINIMUM=Value is less than allowable minimum of {0}
 javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE=Specified attribute is not between the expected values of {0} and {1}.
 javax.faces.validator.DoubleRangeValidator.TYPE=Value is not a valid floating point number
-javax.faces.validator.LengthValidator.MAXIMUM=Value is greater than allowable maximum of ��{0}��
-javax.faces.validator.LengthValidator.MINIMUM=Value is less than allowable minimum of ��{0}��
-javax.faces.validator.LongRangeValidator.MAXIMUM=Value is greater than allowable maximum of ��{0}��
-javax.faces.validator.LongRangeValidator.MINIMUM=Value is less than allowable minimum of ��{0}��
+javax.faces.validator.LengthValidator.MAXIMUM=Value is greater than allowable maximum of {0}
+javax.faces.validator.LengthValidator.MINIMUM=Value is less than allowable minimum of {0}
+javax.faces.validator.LongRangeValidator.MAXIMUM=Value is greater than allowable maximum of {0}
+javax.faces.validator.LongRangeValidator.MINIMUM=Value is less than allowable minimum of {0}
 javax.faces.validator.LongRangeValidator.NOT_IN_RANGE=Specified attribute is not between the expected values of {0} and {1}.
 javax.faces.validator.LongRangeValidator.TYPE=Value is not a valid integer




More information about the embjopr-commits mailing list