Struts2编码问题,很郁闷

Struts2 + spring + hibernate + tomcat6.0 + eclipse3.5
情况是这样的
我在struts.xml里面设置
[code="xml"]
...


...

...

default.jsp

...
[/code]
在jsp头部
[code="jsp"]
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">



...
[/code]

Action代码
[code="java"]
...
public String manage() {
return SUCCESS;
}
...
[/code]

结果返回到jsp页面上中文全部是问号
百度Google一天了没有办法,基本上所有的方法都试过了,特来求解

你有没有编码过滤器啊??在web.xml文件时设置