Mercurial > hg > LGDataverses
view DVN-web/src/main/java/customMessages.properties @ 7:6750dab0f86e
Adding developer guide.
author | "jurzua <jurzua@mpiwg-berlin.mpg.de>" |
---|---|
date | Tue, 26 May 2015 14:05:03 +0200 |
parents | 2ae72563a29d |
children |
line wrap: on
line source
# Redefine the default jsf messages javax.faces.component.UIInput.CONVERSION=Conversion error occurred. javax.faces.component.UIInput.REQUIRED=This field is required. javax.faces.component.UIInput.REQUIRED_detail=This field is required. javax.faces.component.UISelectOne.INVALID=Value is not a valid option. javax.faces.component.UISelectMany.INVALID=Value is not a valid option. javax.faces.validator.NOT_IN_RANGE=Specified attribute is not between the expected values of {0} and {1}. 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.TYPE=Value is not of the correct type. 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.TYPE=Value is not of the correct type. javax.faces.validator.LongRangeValidator.NOT_IN_RANGE=Specified attribute is not between the expected values of {0} and {1}. javax.faces.converter.LongConverter.LONG=Value could not be converted to long. javax.faces.converter.IntegerConverter.INTEGER=Value could not be converted to integer. javax.faces.converter.NumberConverter.NUMBER=Value could not be converted to number.