HTML and CSS Reference
In-Depth Information
Table 3-3. ( continued )
Key
Default Message
javax.faces.converter.DoubleConverter.DOUBLE
{2}: “{0}” must be a number consisting of one
or more digits.
javax.faces.converter.DoubleConverter.DOUBLE_detail
{2}: “{0}” must be a number between 4.9E-324
and 1.7976931348623157E308. Example: {1}
javax.faces.converter.EnumConverter.ENUM
{2}: “{0}” must be convertible to an enum.
javax.faces.converter.EnumConverter.ENUM_detail
{2}: “{0}” must be convertible to an enum from
the enum that contains the constant “{1}”.
javax.faces.converter.EnumConverter.ENUM_NO_CLASS
{1}: “{0}” must be convertible to an enum from
the enum, but no enum class provided.
javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail
{1}: “{0}” must be convertible to an enum from
the enum, but no enum class provided.
javax.faces.converter.FloatConverter.FLOAT
{2}: “{0}” must be a number consisting of one
or more digits.
javax.faces.converter.FloatConverter.FLOAT_detail
{2}: “{0}” must be a number between 1.4E-45
and 3.4028235E38. Example: {1}
javax.faces.converter.IntegerConverter.INTEGER
{2}: “{0}” must be a number consisting of one
or more digits.
javax.faces.converter.IntegerConverter.INTEGER_detail
{2}: “{0}” must be a number between
-2147483648 and 2147483647. Example: {1}
javax.faces.converter.LongConverter.LONG
{2}: “{0}” must be a number consisting of one
or more digits.
javax.faces.converter.LongConverter.LONG_detail
{2}: “{0}” must be a number between
-9223372036854775808 and
9223372036854775807. Example: {1}
javax.faces.converter.NumberConverter.CURRENCY
{2}: “{0}” could not be understood as a
currency value.
javax.faces.converter.NumberConverter.CURRENCY_detail
{2}: “{0}” could not be understood as a
currency value. Example: {1}
javax.faces.converter.NumberConverter.PERCENT
{2}: “{0}” could not be understood as a
percentage.
javax.faces.converter.NumberConverter.PERCENT_detail
{2}: “{0}” could not be understood as a
percentage. Example: {1}
javax.faces.converter.NumberConverter.NUMBER
{2}: “{0}” is not a number.
javax.faces.converter.NumberConverter.NUMBER_detail
{2}: “{0}” is not a number. Example: {1}
javax.faces.converter.NumberConverter.PATTERN
{2}: “{0}” is not a number pattern.
javax.faces.converter.NumberConverter.PATTERN_detail
{2}: “{0}” is not a number pattern. Example: {1}
javax.faces.converter.ShortConverter.SHORT
{2}: “{0}” must be a number consisting of one
or more digits.
( continued )
Search WWH ::




Custom Search