HTML and CSS Reference
In-Depth Information
Table 3-3. The JSF Standard Message Keys According to the JSF Specification
Key
Default Message
javax.faces.component.UIInput.CONVERSION {0}: Conversion error occurred.
javax.faces.component.UIInput.REQUIRED {0}: Validation error: Value is required.
javax.faces.component.UIInput.UPDATE {0}: An error occurred when processing your
submitted information.
javax.faces.component.UISelectOne.INVALID {0}: Validation error: Value is not valid
javax.faces.component.UISelectMany.INVALID {0}: Validation error: Value is not valid
javax.faces.converter.BigDecimalConverter.DECIMAL {2}: “{0}” must be a signed decimal number.
javax.faces.converter.BigDecimalConverter.DECIMAL_detail {2}: “{0}” must be a signed decimal number
consisting of zero or more digits, that may
be followed by a decimal point and fraction.
Example: {1}
javax.faces.converter.BigIntegerConverter.BIGINTEGER {2}: “{0}” must be a number consisting of
one or more digits. javax.faces.converter.
BigIntegerConverter.BIGINTEGER_detail={2}:
“{0}” must be a number consisting of one or
more digits. Example: {1}
javax.faces.converter.BooleanConverter.BOOLEAN {1}: “{0}” must be 'true' or 'false.
javax.faces.converter.BooleanConverter.BOOLEAN_detail {1}: “{0}” must be 'true' or 'false. Any value
other than 'true' will evaluate to 'false.
javax.faces.converter.ByteConverter.BYTE {2}: “{0}” must be a number between 0 and 255.
javax.faces.converter.ByteConverter.BYTE_detail {2}: “{0}” must be a number between 0 and 255.
Example: {1}
javax.faces.converter.CharacterConverter.CHARACTER {1}: “{0}” must be a valid character.
javax.faces.converter.CharacterConverter.CHARACTER_detail {1}: “{0}” must be a valid ASCII character.
javax.faces.converter.DateTimeConverter.DATE
{2}: “{0}” could not be understood as a date.
javax.faces.converter.DateTimeConverter.DATE_detail
{2}: “{0}” could not be understood as a date.
Example: {1}
javax.faces.converter.DateTimeConverter.TIME
{2}: “{0}” could not be understood as a time.
javax.faces.converter.DateTimeConverter.TIME_detail
{2}: “{0}” could not be understood as a time.
Example: {1}
javax.faces.converter.DateTimeConverter.DATETIME
{2}: “{0}” could not be understood as a date and
time.
javax.faces.converter.DateTimeConverter.DATETIME_detail
{2}: “{0}” could not be understood as a date and
time. Example: {1}
javax.faces.converter.DateTimeConverter.PATTERN_TYPE
{1}: A 'pattern' or 'type' attribute must be
specified to convert the value “{0}”.
( continued )
 
Search WWH ::




Custom Search