你的ApplicationResources.properties有index.title这个值没有啊如果没有,请加上index.title=welcome 试一试,应该就是这个问题的

解决方案 »

  1.   

    可能是没有配置正确,提示说:没有找到资源文件中的index.title。如果不是拼写错误的话,就是没有找到资源文件。
      

  2.   

    我还真没有发现错误,你换个key试试。
      

  3.   

    我怀疑是这个<html:html locale="true">搞的鬼,你去掉试试,你用的ie语言默认是中文吧?可能他就去找ApplicationResources_zh_CN.properties了,结果找不到,所以报错,我猜的啊,错了不要怪我:)
      

  4.   

    struts-config.tld代码=====================应该是struts-config.xml吧?你不会存成tld了吧?
      

  5.   

    <message-resources
      parameter="src.org.apache.struts.webapp.example.ApplicationResources"/> 
    ----------------------------------------------
       <init-param>
        <param-name>application</param-name>
        <param-value>ApplicationResources.properties</param-value>
       </init-param>
    把<param-value>ApplicationResources.properties</param-value>改成
    <param-value>src.org.apache.struts.webapp.example.ApplicationResources</param-value>试试
      

  6.   

    资料文件存放目录应为\WEB-INF\src\org\apache\struts\webapp.example\ApplicationResources.properties
      

  7.   

    是struts-config.xml是写问题时着急了,xunyiren(从jsp开始) 我试过了,不行
      

  8.   

    资料文件存放目录应为\WEB-INF\src\org\apache\struts\webapp.example\ApplicationResources.properties
    你放对地方了吗?
      

  9.   

    这位仁兄看的是jsp应用开发详解吧! 你的 ApplicationResources.properties 位置应该放错了。
      

  10.   

    呵呵,楼主,我们看的同一本书啊!!看看我的问题吧各位!!
    http://community.csdn.net/Expert/topic/3367/3367653.xml?temp=.9883386
      

  11.   

    志同道合这着这么多,但我的ApplicationResources.properties 位置没错