Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: escape hyphen

...

The first key checked is formId-fieldId-validatorName-message.

  • formId: the local component id of the Form component
  • fieldId: the local component id of the field (TextField, etc.)
  • validatorName: the name of the validator, i.e., "required" or "minlength"
    If there is not message for that key, a second check is made, for fieldId-validatorName-message.

...

The key here is similar to customizing the validation message: formId-fieldId-validatorName or just fieldId-validatorName.

...