<jsp:forward page=""></jsp:forward>这个方法只是跳转到jsp页面,而用struts所配置的action不能使用这个标签来跳转,用这个标签会使得你的所要跳转的页面不会显示数据,而是应该用<meta http-equiv="refresh" content="0;URL=/Action" content="text/html; charset=utf-8">