String str =new String(ServletActionContext.getRequest().getParameter( "参数名").getBytes("ISO8859-1"),"UTF-8");//解决中文乱码
使用超链接提交中文参数时的乱码问题

String str =new String(ServletActionContext.getRequest().getParameter( "参数名").getBytes("ISO8859-1"),"UTF-8");//解决中文乱码