参考文章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"/>

经测试,包名去掉后也会异常。(不知道为什么参考文章中去掉包名仍可运行)

最新文章

  1. ES5概述(ECMAScript262/5.1)
  2. 解决FF浏览器无法执行window.close()脚本
  3. phpstudy虚拟机配置
  4. Oracle 11g安装GI后,运行roothas.pl脚本报错libcap.so.1找不到
  5. 【POJ2699】The Maximum Number of Strong Kings(二分,最大流)
  6. 带有hover效果的text-overflow
  7. Spring整合Hibernate。。。。
  8. 伪类写border, transform: scale3d() 及兼容性
  9. openfire插件开发1
  10. leetcode https://oj.leetcode.com/problems/jump-game-ii/
  11. 递归 与 js 对象的引用
  12. EJB学习笔记
  13. CCNET+MSBuild+SVN实时构建的优化总结
  14. CodeForces 755C PolandBall and Forest (并查集)
  15. APPcache
  16. Project入门学习
  17. aps .net MVC单用户登录
  18. gzy的摄影梦
  19. 一步一步搭建vue项目
  20. 5.LNMP(Linux + Nginx + MySQL + PHP)环境安装

热门文章

  1. YTU 2677: 韩信点兵
  2. USACO Section 1.2PROB Miking Cows
  3. [IOI2005]Riv 河流
  4. CodeForces 632C Grandma Laura and Apples (模拟)
  5. sql server使用维护计划定时备份完整数据库、差异数据库
  6. bzoj 1651: [Usaco2006 Feb]Stall Reservations 专用牛棚【贪心+堆||差分】
  7. goalng——time包学习
  8. c++ memset函数
  9. jQuery——表单应用(2)
  10. Java多线程(五)停止线程 在沉睡中停止线程