<title>s
<bean:message key="hello.jsp.title" bundle="hello"/>
</title>
多了个s
at jsp_servlet.__hello._jspService(__hello.java:189)打开这个文件,看下

解决方案 »

  1.   

    错误:Cannot find message resources under key
    去掉<message-resources null="true" key="hello" parameter="MyResources" />中的key="hello"再试试。
      

  2.   

    谢谢各位,问题已经解决了。
    不过还是不知道什么原因,我只是升级了一下我的版本
    以前是:JBuilder9 + Weblogic7 + Struts1.1
    后来还出现了一些其他问题:比如*.properties文件打包不进,读取资源文件时出现:???zh_CN.hello.jsp.title???(浏览器中出现的东西)现在是:JBuilder2006 + Weblogic7 + Struts1.2
    还是觉得JBuilder2006好用一些,
    谢谢各位帮助!