在web.xml中也这样设定了呀   
    <init-param>
      <param-name>application</param-name>
      <param-value>ApplicationResources</param-value>
    </init-param>
那该怎样绑定呢?

解决方案 »

  1.   

    <message-resources parameter="ApplicationResources" />
    在struts-config.xml配置
    你需要详细了解下struts-config.xml的写法
      

  2.   

    资源文件中要有:index.title=......并且资源文件中如果有中文,处理起来非常麻烦,要用这种东西:native2ascii -encoding gb2312 ApplicationResources_ISO.properties ApplicationResources.properties看不懂就算了,Struts 中的所谓国际化这东西本来就没用。
      

  3.   

    ApplicationResources.properties放在/WEB-INF/Classes文件夹下
    struts-config.xml中,请确信有下一句
    <message-resources parameter="ApplicationResources" />
    可能要重启服务器
      

  4.   

    Struts+hibernate+spring技术论坛群:9967568欢迎各位加位(欢迎做过开发人士加入)