struts 1.3 を使用して簡単な Web アプリを作成しています。
<bean:message
>タグを使った簡単な登録ページです。
struts-config.xml ファイルでプロパティ ファイルのパスを次のように設定しました。
<message-resources parameter="resources.Application" />
ファイルの名前は Application.properties で、以下に示すように保存されます。
WEB-INF---classes----resources---Application.properties
ページは私にエラーを与えています:
org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE
何が問題なのですか?