Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created January 18, 2011 01:17
Show Gist options
  • Save wfaler/783838 to your computer and use it in GitHub Desktop.
Save wfaler/783838 to your computer and use it in GitHub Desktop.
WidgetValidator.properties
NotNullOrNoneValidator={key} cannot be null or empty
StringLengthValidator={key} must be between {min} and {max} characters long
MaxIntValidator={key} can be at most {max}
MinIntValidator={key} must be at least {min}
MinLongValidator={key} must be at least {min}
UniqueValidator={key} must be unique
id=ID
name=Name
yearMade=Year Made
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment