乱码的问题一直是困扰开发者的大问题,在SSH框架中其实可以通过一个过滤器来解决乱码的问题,在项目的web.xml中添加过滤器如下:
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
classpath:conf/spring/applicationContext*.xml
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
struts-default.xml,struts-plugin.xml,
conf/struts/struts.xml
org.springframework.web.context.request.RequestContextListener
com.geoglobeportal.system.servlet.SynchronizeSysContextServlet
/fckeditor/editor/filemanager/connectors/*
com.geoglobeportal.admin.log4j.jfree.eastwood.ChartServlet
特别要注意的是字符过滤器一定要添加到struts框架过滤器的前面,这样这个过滤器才能对struts标签中的数据起作用