sitemesh-2.3通用主修饰main.jsp里会乱码
摘要:sitemesh乱码解决: 修改文件:com.opensymphony.module.sitemesh.filter.TextEncoder.java, 将private static final String DEFAULT_ENCODING = System.getProperty("file.encoding"); 修改为private static final String DEFAULT_ENCODING = "UTF-8"; 如果还是不行的话,被装饰的页面与要装饰的页面全都未设置统一的utf-8所以才会...
阅读全文
posted @ 2012-02-20 09:13
浙公网安备 33010602011771号