view DVN-web/src/main/java/customMessages.properties @ 2:2ae72563a29d

Commit of the project with the correct structure.
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Tue, 10 Mar 2015 15:34:59 +0100
parents
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.