请教:struts使用中遇到的问题,关于message resources 。。。
具体实例就是 孙卫琴 的书《精通STRUTS:基于MVC的JAVA WEB 设计与开发》第二章的那个。她说的很清楚,可我就是出不来。又没她的代码。
用IE浏览网页时,错误提示如下:
javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:867)
........
........
请指教。谢谢。
我的web.xml 里配置好了 struts-bean.tld 、struts-html.tld 、struts-logic.tld 。
我用的struts 1.1 ,在struts-config.xml里也有message resources配置:
<message-resources parameter="hello.application" />
在 WEB-INF/classes/hello 下有application.properties 文件,内容有
hello.jsp.title = Hello guy , Welcome !!! 等等。
hello.jsp 文件里用到诸如以下标签:
.......
<head>
<title><bean:message key="hello.jsp.title" /></title>
</head>
........
其余所有类 在ECLIPSE下编译都通过。容器用的TOMCAT5.0 ,浏览的时候出现以上异常提示。
请指教,快疯掉了。救命。。。
[此贴子已经被作者于2006-7-18 17:22:44编辑过]