我正在使用 struts 1.3 制作一个简单的网络应用程序。
它包含一个使用<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
可能是什么问题呢 ?