「Spring」spring:messageタグを利用するサンプル
spring:messageの属性
code:プロパティキーを指定する
arguments:プレースホルダに埋め込む値を指定する
text:デフォルトメッセージを指定する
1.メッセージ定義用のプロパティファイル(Application.properties)
button.common.add=新規登録
2.JSPの実装
<spring:message code="button.common.add"/>
Coding Changes the World
spring:messageの属性
code:プロパティキーを指定する
arguments:プレースホルダに埋め込む値を指定する
text:デフォルトメッセージを指定する
1.メッセージ定義用のプロパティファイル(Application.properties)
button.common.add=新規登録
2.JSPの実装
<spring:message code="button.common.add"/>