浏览 4082 次
锁定老帖子 主题:struts2 编码问题
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (1)
|
|
---|---|
作者 | 正文 |
发表时间:2008-03-15
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2008-03-15
其实在struts2的配置文件default.properties中有一个属性struts.i18n.encoding,这个属性就是struts2的编码方式,默认值是UTF-8。可以在struts.properties中覆写这个属性struts.i18n.encoding=GBK就可以了 或者在struts.xml文件中设置<constant name="struts.i18n.encoding" value="gbk"></constant>
|
|
返回顶楼 | |
发表时间:2008-04-03
tihualong 写道 其实在struts2的配置文件default.properties中有一个属性struts.i18n.encoding,这个属性就是struts2的编码方式,默认值是UTF-8。可以在struts.properties中覆写这个属性struts.i18n.encoding=GBK就可以了 或者在struts.xml文件中设置<constant name="struts.i18n.encoding" value="gbk"></constant> 我使用rails1.2做web开发时,所有的编码设置都为utf-8,中文页面以及数据的获取都都很正常,生成的页面编码格式也为utf-8,为什么在struts2中设置为utf-8就都是乱码显示呢?jsp的原因么? |
|
返回顶楼 | |