![JAR search and dependency download from the Maven repository](/logo.png)
e.gwt-validation.gwt-validation.2.1.source-code.ValidationMessages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-validation Show documentation
Show all versions of gwt-validation Show documentation
gwt validation framework based on JSR-303
The newest version!
#jsr303 appendix B standard ResourceBundle messages
javax.validation.constraints.Null.message=must be null
javax.validation.constraints.NotNull.message=must not be null
javax.validation.constraints.AssertTrue.message=must be true
javax.validation.constraints.AssertFalse.message=must be false
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.Size.message=size must be between {min} and {max}
javax.validation.constraints.Digits.message=numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected)
javax.validation.constraints.Past.message=must be a past date
javax.validation.constraints.Future.message=must be a future date
javax.validation.constraints.Pattern.message=must match the following regular expression: {regexp}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy