检查一下config.xml文件,错误多半在这里

解决方案 »

  1.   

    修改struts_config.xml
    <message-resources parameter="yourpackage.ApplicationResources" />
    注意包的路径要正确
      

  2.   

    我并没有手动改变任何文件,但不知jbuilder编译会不会改变
      

  3.   

    在struts_config.xml中是  
    <message-resources
        parameter="org.apache.struts.webapp.example.ApplicationResources"/>
    我在classes\org\apache\struts\webapp\example下也存在源代码中的ApplicationResources.properties文件
      

  4.   

    可是ApplicationResources.properties我也没改啊。
      

  5.   

    还有没有其它办法?
    我确定路径是正确的,而且.properties文件也没改
    难道我就不能把example与struts的源代码一起用?
    那如果希望跟踪struts的源代码有什么好办法吗?