str = "中文汉字"; request.setAttribute ("param", str); ... return new ActionForward ("foo.jsp");
str=(String) request.getAttribute ("param");