JSP カスタムタグのライブラリ


msg タグ

コンテキストのローカライズされたメッセージを指定します。Lotus Domino は、指定された (またはデフォルトの) メッセージバンドルで特定のキーを捜し、arg0 から arg4 属性で指定される置換引数に適用します。その後、メッセージを表示するか、id 属性を使用して指定される page 変数にメッセージを設定します。

コンテキスト次のタグで有効です。


構文<domino:msg
id="name of object variable"
msgkey="key id in the bundle"
bundle="name of .properties file bundle"
locale="<languageCode>_<countryCode>"
arg0="1st replacement argument"
arg1="2nd replacement argument"
arg2="3rd replacement argument"
arg3="4th replacement argument"
arg4="5th replacement argument"
debug="true|false"
onfailure="inline|exception"
time="true|false">

属性arg0 から arg4
bundle
id
locale
msgkey
debug、onfailure、および time の定義については、「共通の Lotus Domino JSP タグの属性」を参照してください。


関連項目