Missing message for key "xxx" in bundle "(default bundle)" for locale zh_CN(示例代码

Posted wincent98

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Missing message for key "xxx" in bundle "(default bundle)" for locale zh_CN(示例代码相关的知识,希望对你有一定的参考价值。

参考文章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(示例代码的主要内容,如果未能解决你的问题,请参考以下文章

vue -Missing space before value for key 'path'vue.js解决空格报错

kinaba 安装踩坑: FATAL Error: [elasticsearch.url]: definition for this key is missing 转

git push 报错:missing Change-Id in commit message footer

remote: ERROR: missing Change-Id in commit message footer

使用 PushSharp 时,GCM 通知正文始终显示为 <missing message content>

GitGit missing Change-Id in commit message footer解决方法