「struts2」fmt:messageでリソースメッセージを取得する

サンプル

<fmt:bundle basename="resource" >

  <fmt:message key="product.id"/><br>
  <fmt:message key="product.name"/><br>

</fmt:bundle>

resource.properties
product.id = xxx
product.name =xxx

Software

Posted by arkgame