struts2分页、乱码解决方法

struts2分页、乱码
   用struts2 做了一个毕业设计,分页问题和中英文乱码问题解决不了,请各位高手指点?
------解决方案--------------------
帖代码出来。
------解决方案--------------------
<%@ page language="java" contentType="text/html" pageEncoding="GBK"%>

<%@ taglib prefix="s" uri="/struts-tags"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">

<title>分页</title>

<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<script type="text/javascript">

     function chec(code)
{
var a=document.createElement("a");
a.href="/biYeSheJi/checkkh1.action?code="+code;
document.body.appendChild(a);
a.click();
}


     
   
 
   
   function  updat(code)
   {
      
       var a=document.createElement("a");
       
         a.href="/biYeSheJi/upkh.action?code="+code;
         document.body.appendChild(a);
         a.click();
       
   }
   
   function delet(code)
   {
   
         var a=document.createElement("a");
       
           a.href="/biYeSheJi/deletekh.action?code="+code;
            document.body.appendChild(a);
           a.click();
   }
   
 
</script>

</head>

<body>
<s:form name="f" method="post" action="checkkh1.action">
<center>
<table>
<tr>
<td>
<s:textfield name="code" label="编号"></s:textfield>
</td>
<td>
<s:submit value="查询"></s:submit>
</td>
</tr>
</table>
</center>
</s:form>

<s:form name="f2">
<center>
<table border="2">
<tr>
<td>
<a href="fenye.action">获得客户信息</a>
<br>
</td>
</tr>
<tr>