All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.validation.ValidationMessages.properties Maven / Gradle / Ivy

Go to download

Module repackaging of the Hibernate validator library and Validation API (JSR 303)

There is a newer version: 3.0-JBoss-4.0.2_03
Show newest version
# $Id: ValidationMessages.properties 16743 2009-06-10 18:21:29Z epbernard $
javax.validation.constraints.NotNull.message=may not be null
javax.validation.constraints.Size.message=size must be between {min} and {max}
org.hibernate.validation.constraints.Length.message=length must be between {min} and {max}
org.hibernate.validation.constraints.NotEmpty.message=may not be empty
javax.validation.constraints.Pattern.message=must match "{regexp}"
javax.validation.constraints.Min.message=must be greater than or equal to {value}
javax.validation.constraints.Max.message=must be less than or equal to {value}
javax.validation.constraints.Null.message=must be null
javax.validation.constraints.Past.message=must be in the past
javax.validation.constraints.Future.message=must be in the future
javax.validation.constraints.AssertTrue.message=must be true
javax.validation.constraints.AssertFalse.message=must be false
javax.validation.constraints.Digits.message=numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy