NetUI Tag Library Documentation (Version 1.0.2)

netui-data
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="string_argument" >
    ... JSP content ...
</netui-data:messageArg>

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  |   Type: String  |   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 org.apache.beehive.netui.tags.databinding.message.Message description.


Tag Information
Tag Classorg.apache.beehive.netui.tags.databinding.message.MessageArg
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone