Here is my messages bundle file content

javax.faces.component.UIInput.REQUIRED = Value is required
javax.faces.component.UIInput.CONVERSION = Invalid value type
javax.faces.component.UISelectOne.INVALID = Value is not a a valid option
javax.faces.component.UISelectMany.INVALID = Value is not a valid option
javax.faces.validator.NOT_IN_RANGE = Value range must be between {0} and {1}
javax.faces.validator.DoubleRangeValidator.MAXIMUM = Value length is more than {0}
javax.faces.validator.DoubleRangeValidator.MINIMUM = Value length is less than {0}
javax.faces.validator.DoubleRangeValidator.TYPE = Invalid value type
javax.faces.validator.LengthValidator.MAXIMUM = Value length is more than {0}
javax.faces.validator.LengthValidator.MINIMUM = Value length is less than {0}
javax.faces.validator.LongRangeValidator.MAXIMUM = Value length is more than {0}
javax.faces.validator.LongRangeValidator.MINIMUM = Value length is less than {0}
javax.faces.validator.LongRangeValidator.TYPE = Invalid value type

But still the message: "Conversion Error "myID": Specified value is not a valid number" is shown, And i just want to replace it with "Invalid value type".

So did i missed any property in the bundle file to override.

Thanks


Reply via email to