[jboss-cvs] jboss-seam/examples/booking/resources/WEB-INF/classes ...

Gavin King gavin.king at jboss.com
Sun Mar 18 15:23:07 EDT 2007


  User: gavin   
  Date: 07/03/18 15:23:07

  Added:       examples/booking/resources/WEB-INF/classes 
                        messages.properties
  Log:
  cleaner messages
  
  Revision  Changes    Path
  1.1      date: 2007/03/18 19:23:06;  author: gavin;  state: Exp;jboss-seam/examples/booking/resources/WEB-INF/classes/messages.properties
  
  Index: messages.properties
  ===================================================================
  javax.faces.component.UIInput.CONVERSION=value could not be converted to the expected type
  javax.faces.component.UIInput.REQUIRED=value is required
  javax.faces.component.UIInput.UPDATE=an error occurred when processing your submitted information
  javax.faces.component.UISelectOne.INVALID=value is not valid
  javax.faces.component.UISelectMany.INVALID=value is not valid
  
  javax.faces.converter.BigDecimalConverter.DECIMAL=value must be a number
  javax.faces.converter.BigDecimalConverter.DECIMAL_detail=value must be a signed decimal number consisting of zero or more digits, optionally followed by a decimal point and fraction, eg. {1}
  javax.faces.converter.BigIntegerConverter.BIGINTEGER=value must be a number
  javax.faces.converter.BigIntegerConverter.BIGINTEGER_detail=value must be a signed integer number consisting of zero or more digits
  javax.faces.converter.BooleanConverter.BOOLEAN=value must be true or false
  javax.faces.converter.BooleanConverter.BOOLEAN_detail=value must be true or false (any value other than true will evaluate to false)
  javax.faces.converter.ByteConverter.BYTE=value must be a number between 0 and 255
  javax.faces.converter.ByteConverter.BYTE_detail=value must be a number between 0 and 255
  javax.faces.converter.CharacterConverter.CHARACTER=value must be a character
  javax.faces.converter.CharacterConverter.CHARACTER_detail=value must be a valid ASCII character
  javax.faces.convert.DateTimeConverter.CONVERSION        = Conversion Error
  javax.faces.convert.DateTimeConverter.CONVERSION_detail = "{1}": Specified value is not a valid date/time.
  javax.faces.converter.DateTimeConverter.DATE=value must be a date
  javax.faces.converter.DateTimeConverter.DATE_detail=value must be a date,  eg. {1}
  javax.faces.converter.DateTimeConverter.TIME=value must be a time
  javax.faces.converter.DateTimeConverter.TIME_detail=value must be a time,  eg. {1}
  javax.faces.converter.DateTimeConverter.DATETIME=value must be a date and time
  javax.faces.converter.DateTimeConverter.DATETIME_detail=value must be a date and time,  eg. {1}
  javax.faces.converter.DateTimeConverter.PATTERN_TYPE=a pattern or type attribute must be specified to convert the value
  javax.faces.converter.DoubleConverter.DOUBLE=value must be a number
  javax.faces.converter.DoubleConverter.DOUBLE_detail=value must be a number between 4.9E-324 and 1.7976931348623157E308
  javax.faces.converter.EnumConverter.ENUM=value must be convertible to an enum
  javax.faces.converter.EnumConverter.ENUM_detail=value must be convertible to an enum or from the enum that contains the constant {1}
  javax.faces.converter.EnumConverter.ENUM_NO_CLASS=value must be convertible to an enum or from the enum, but no enum class provided
  javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail=value must be convertible to an enum or from the enum, but no enum class provided
  javax.faces.converter.FloatConverter.FLOAT=value must be a number
  javax.faces.converter.FloatConverter.FLOAT_detail=value must be a number between 1.4E-45 and 3.4028235E38
  javax.faces.converter.IntegerConverter.INTEGER=value must be a number
  javax.faces.converter.IntegerConverter.INTEGER_detail=value must be a number between -2147483648 and 2147483647
  javax.faces.converter.LongConverter.LONG=value must be a number
  javax.faces.converter.LongConverter.LONG_detail=must be a number between -9223372036854775808 and 9223372036854775807
  javax.faces.converter.NumberConverter.CURRENCY=value must be a currency amount
  javax.faces.converter.NumberConverter.CURRENCY_detail=value must be a currency amount, eg. {1}
  javax.faces.converter.NumberConverter.PERCENT=value must be a percentage amount
  javax.faces.converter.NumberConverter.PERCENT_detail=value must be a percentage amount, eg. {1}
  javax.faces.converter.NumberConverter.NUMBER=value must be a number
  javax.faces.converter.NumberConverter.NUMBER_detail=value must be a number
  javax.faces.converter.NumberConverter.PATTERN=value must be a number
  javax.faces.converter.NumberConverter.PATTERN_detail=value must be a number
  javax.faces.converter.ShortConverter.SHORT=value must be a number
  javax.faces.converter.ShortConverter.SHORT_detail=value must be a number between -32768 and 32767
  
  #JSF 1.1:
  javax.faces.convert.BigDecimalConverter.CONVERSION = value must be a number
  javax.faces.convert.BigDecimalConverter.CONVERSION_detail = value must be a number
  javax.faces.convert.BigIntegerConverter.CONVERSION = value must be an integre
  javax.faces.convert.BigIntegerConverter.CONVERSION_detail = value must be a number
  javax.faces.convert.BooleanConverter.CONVERSION = value must be true or false
  javax.faces.convert.BooleanConverter.CONVERSION_detail = value must be true or false
  javax.faces.convert.ByteConverter.CONVERSION = value must be a byte
  javax.faces.convert.ByteConverter.CONVERSION_detail = value must be a byte
  javax.faces.convert.CharacterConverter.CONVERSION = value must be a character
  javax.faces.convert.CharacterConverter.CONVERSION_detail = value must be a character
  javax.faces.convert.DateTimeConverter.CONVERSION = value must be a datetime
  javax.faces.convert.DateTimeConverter.CONVERSION_detail = value must be a datetime
  javax.faces.convert.DoubleConverter.CONVERSION = value must be a number
  javax.faces.convert.DoubleConverter.CONVERSION_detail = value must be a number
  javax.faces.convert.FloatConverter.CONVERSION  = value must be a number
  javax.faces.convert.FloatConverter.CONVERSION_detail = value must be a number
  javax.faces.convert.IntegerConverter.CONVERSION = value must be an integer
  javax.faces.convert.IntegerConverter.CONVERSION_detail = value must be an integer
  javax.faces.convert.LongConverter.CONVERSION = value must be an integer
  javax.faces.convert.LongConverter.CONVERSION_detail = value must be a long integer
  javax.faces.convert.NumberConverter.CONVERSION = value must be a number
  javax.faces.convert.NumberConverter.CONVERSION_detail = value must be a number
  javax.faces.convert.ShortConverter.CONVERSION = value must be an integer
  javax.faces.convert.ShortConverter.CONVERSION_detail = value must be a short integer
  
  
  
  



More information about the jboss-cvs-commits mailing list