1、接收参数中有中文的处理方法:在struts.xml里面可以定义<constant name= "struts.i18n.encoding" value="GBK">
i18n是英文internationalization的缩写
2、xml属性的文档的查询方法
3、哪些常量可以配置:referenced libraries下面的struts2-core-2.xx.jar下的org.apache.struts2的 properties,有default.properties就是了
4、中文乱码的解决办法还有用struts 2.0 的filter处理
<filter>
<span style="white-space:pre"> </span><filter-name>struts2</filter-name>
<span style="white-space:pre"> </span><filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
</filter>