struts2.1.8乱码问题

解决方法:
1:在jsp页面上将字符集都设置为UTF-8

2:在struts.xml中加上<constant name="struts.i18n.encoding" value="UTF-8"/>

3:在服务器容器中将将字符集编码设置为GBK。例如在tomcat中是在conf
下server.xml的<Connector>属性中加上URLEncoding="UTF-8"/>

posted @ 2011-04-09 10:31  ﹎"該變ゾ  阅读(133)  评论(0编辑  收藏  举报