「Struts2」sタグでプロパティファイルを参照する方法
Application.properties
confirm.regist=登録しますか
JSP画面
1.s:property
<s:property value="getText('confirm.regist’)"/>
2.s:text
<s:text name="confirm.regist"/>
Coding Changes the World
Application.properties
confirm.regist=登録しますか
JSP画面
1.s:property
<s:property value="getText('confirm.regist’)"/>
2.s:text
<s:text name="confirm.regist"/>