Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After either retrieving the message from the ResourceBundle using the Key value, or using the Default message, the current Validator is pushed onto the ValueStack, then the message is parsed for \ ${...} sections which are replaced with the evaluated value of the string between the \ ${ and }. This allows you to parameterize your messages with values from the Validator, the Action, or both. Here is an example of a parameterized message:

...