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 |
---|---|---|---|---|---|
name | true | String | false | String | Name of resource bundle to use (eg foo/bar/customBundle) |
Examples
Error rendering macro 'code': Invalid value specified for parameter 'java.lang.NullPointerException'<s:i18n name="myCustomBundle"> The i18n value for key aaa.bbb.ccc in myCustomBundle is <s:property value="text('aaa.bbb.ccc')" /> </s:i18n>
1 Comment
Jan Normann Nielsen
Change "ressource" to "resource" and "eg" to "e.g.".