Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Please make sure you have read the Tag Syntax document and understand how tag attribute syntax works.

...

Description

...

For more details on using resource bundles with Struts 2 read the localization guide.

Parameters

...

Attribute

Type

Required

Default

Description

name

string

TRUE

 

Represents the i18n key.

Examples

...

Other example

...

where the following is in a regular (possibly locale-specific) properties file:

...

For more about formatting text, see

  1. http://java.sun.com/j2se/1.4.2/docs/api/java/text/MessageFormat.html
  2. http://java.sun.com/docs/books/tutorial/i18n/format/decimalFormat.html

If you wish to use i18n in your tag attributes

This will not work:

...

Instead, you should use the getText() method that you inherit when your Action extends XWork's ActionSupport:

...