1.在struts2-core-2.0.0-SNAPSHOT.jar包中路径为struts2-core-2.0.6\org\apache\struts2有一个default.properties文件,把struts.i18n.encoing=utf-8改为struts.i18n.encoding=gbk;
2或者简单地在项目的struts.xml中加入这一句
2或者简单地在项目的struts.xml中加入这一句
<constant name="struts.i18n.encoding" value="GBK"/>