Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Bean-Validation Constraints

Wiki MarkupThe BV spec. suggests to use the name of a constraint + the postfix ".message".
Key have the be marked with curly braces.
For example the @Null constraint uses: {{\ {javax.validation.constraints.Null.message\}}}
In the resource bundle the key is {{javax.validation.constraints.Null.message}}
The keys for the standard constraints are documented in the \ [[BV spec.|http://jcp.org/en/jsr/summary?id=303]\]

ExtVal Simple-Validation Annotations

...