您的位置:首页 > 其它

一个页面引入另一个页面时,contentType 应保持一致

2014-10-18 20:24 302 查看
原文:http://0meimei0.qin.blog.163.com/blog/static/725787062011919111233871/


Page directive: illegal to have multiple occurrences of contentType with different values

org.apache.jasper.JasperException: /commons/meta.jsp(1,1) PWC5988: Page directive: illegal to have multiple occurrences of contentType with different values

(old: text/html; charset=utf-8, new: text/html;charset=UTF-8)

问题:contentType 有多个值

解决:一个页面引入另一个页面时,contentType 应保持一致。

报错是因为一个页面引入另一个页面contentType不一样
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: