次のタグは、「This is a simple message」というメッセージを生成します。
<domino:mssg bundle="MyBundle" msgkey="simple"/>
次のタグは「The 'format' attribute could not be found in myfile.txt」というメッセージを生成します。
<domino:msg bundle="MyBundle" msgkey="args" arg0="format" arg1="myfile.txt"/>
次のタグは「Found 56 records」といメッセージを生成します。
<% int numRecords = 56; %>
<domino:msg bundle="MyBundle" msgkey="args" arg0="<%=numRecords %>" />