The following tag generates: This is a simple message:
<domino:mssg bundle="MyBundle" msgkey="simple"/>
The following tag generates: The 'format' attribute could not be found in myfile.txt:
<domino:msg bundle="MyBundle" msgkey="args" arg0="format" arg1="myfile.txt"/>
The following tag generates: Found 56 records:
<% int numRecords = 56; %>
<domino:msg bundle="MyBundle" msgkey="args" arg0="<%=numRecords %>" />