Versions Compared

Key

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

...

We also need to make changes to the validator and Logon page. As you see a value in resource bundle can also be specified as an expression.

Logon-validation.xml

(minus) <message>Username is required</message>
(plus) <message key="requiredstring"/>

...