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.
<netui-data:messageArg
value="string_argument" >
... JSP content ...
</netui-data:messageArg>
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. |
For an example that uses the <netui-data:messageArg> tag, see the org.apache.beehive.netui.tags.databinding.message.Message description.
Tag Information |
Tag Class | org.apache.beehive.netui.tags.databinding.message.MessageArg |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |