Retrieves an internationalized message for the specified locale, using the specified message key, and write it to the output stream. Up to five parametric replacements (such as "{0}") may be specified.
| Attributes |
| arg0 |
First parametric replacement value, if any. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| arg1 |
Second parametric replacement value, if any. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| arg2 |
Third parametric replacement value, if any. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| arg3 |
Fourth parametric replacement value, if any. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| arg4 |
Fifth parametric replacement value, if any. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| bundle |
The name of the application scope bean under which the MessageResources object containing our messages is stored. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| key |
The message key of the requested message, which must have a corresponding value in the message resources. If not specified, the key is obtained from the name and property attributes. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| locale |
The name of the session scope bean under which our currently selected Locale object is stored. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| name |
Specifies the attribute name of the bean whose property is accessed to retrieve the value specified by property (if specified). If property is not specified, the value of this bean itself will be used as the message resource key. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| property |
Specifies the name of the property to be accessed on the bean specified by name. This value may be a simple, indexed, or nested property reference expression. If not specified, the value of the bean identified by name will itself be used as the message resource key. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| scope |
Specifies the variable scope searched to retrieve the bean specified by name. If not specified, the default rules applied by PageContext.findAttribute() are applied. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|