support double value validation

This commit is contained in:
Andreas Billmann
2015-12-17 23:55:08 +01:00
parent a67937a262
commit a5435c6b5f
4 changed files with 15 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ title.validation.errors = Validation Errors:
# validaton messages
validation.message.not.empty = should not be empty
validation.message.integer = should be an integer
validation.message.double = should be a double
validation.message.alphanumeric = should be alphanumeric
validation.message.groovy.exception = groovy script '{0}' throws exception: {1}
validation.message.groovy.return.null = groovy script '{0}' returns null