标签:去掉 bundle ogr 解决方法 XML 解决 info alt AMM
参考文章http://programmerslounge.blogspot.com/2013/03/error-missing-message-for-key.html
错误的struts-config.xml配置:
<message-resources parameter="pkg.ApplicationResources.properties"/>
解决方法,将上述parameter属性中的.properties后缀去掉:
<message-resources parameter="pkg.ApplicationResources"/>
经测试,包名去掉后也会异常。(不知道为什么参考文章中去掉包名仍可运行)
Missing message for key "xxx" in bundle "(default bundle)" for locale zh_CN
标签:去掉 bundle ogr 解决方法 XML 解决 info alt AMM
原文地址:https://www.cnblogs.com/wincent98/p/10016173.html