struts 老是说“LocalStrings_zh.properties Not Found ”,该如何解决
Resource   org/apache/struts/validator/LocalStrings_zh.properties   Not   Found.   
 struts   老是说“LocalStrings_zh.properties   Not   Found   ”,该如何解决
------解决方案--------------------说明你的国际化文件路径没有配置正确
------解决方案-------------------- <message-resources parameter= "/ApplicationResources_zh " />    
 在struts-config.xml里面 
 这个配置路径的