Home > Guides > Tag Developers Guide > Struts Tags > Tag Reference > Generic Tag Reference > i18n

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

Description

Gets a resource bundle and place it on the value stack. This allows the text tag to access messages from any bundle, and not just the bundle associated with the current action.

Parameters

Dynamic Attributes Allowed:

false
 

Name

Required

Default

Evaluated

Type

Description

nametrueStringfalseStringName of resource bundle to use (eg foo/bar/customBundle)

Examples