Versions Compared

Key

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

...

How do I set a global resource bundle?

In webwork.properties(as of Webwork 2.1.1),
you can now use:

Code Block

webwork.custom.i18n.resources=global-messages

Serveral resource bundles can be specified by comma separating them.
for example see
in your webwork.properties to do this see : http://wiki.opensymphony.com/display/WW/webwork.properties

...