Versions Compared

Key

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

...

Code Block
titletutorial/package.properties
borderStylesolid
requiredstring = $\{getText(fieldName)} is required.
password = Password
username = User Name

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"/>

...