Versions Compared

Key

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

...

Resource bundles are searched in the following order:

Tip
titlePackage Hierarchy

While transversing the package hierarchy, WW will look for a file package.properties

1. ActionClass.properties
2. BaseClass.properties (all the way to Object.properties)
3. Interface.properties (every interface and sub-interface)
4. ModelDriven's model (if implements ModelDriven), for the model object repeat from 1
5. package.properties (every of every base class, all the way to java/lang/package.properties)
6. search up the i18n message key hierarchy itself
7. global resource properties (webwork.custom.i18n.resources) defined in webwork.properties

...