<netui-data:messageArg> Tag

This tag should be used in conjunction with the <netui-data:message> tag to provide a message argument to the message format provided in the <netui-data:message> method.

Syntax

<netui-data:messageArg
    value="value" />

Description

This tag should be used in conjunction with the <netui-data:message> tag to provide a message argument to the message format provided in the <netui-data:message> method. Before formatting, the value of this tag will be substituted into the message.

Attributes
value
Required: Yes  |   Supports runtime evaluation / JSP Expression Language: Yes

A string value for the argument.

 
Example

For an example that uses the <netui-data:messageArg> tag, see the <netui-data:message> description.