「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
Coding Changes the World
サンプル
<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