码迷,mamicode.com
首页 > 编程语言 > 详细

日常问题记录-- java.lang.IllegalArgumentException: taglib definition not consistent with specification version

时间:2015-02-12 19:57:44      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:

背景:

tomcat8.0中使用taglib

 

错误表现:

 java.lang.IllegalArgumentException: taglib definition not consistent with specification version

 

原因:

tomcat6以上在web.xml中定义taglib时要嵌入到jsp-config标签中

<jsp-config>
    <taglib>
        <taglib-uri></taglib-uri>
        <taglib-location></taglib-location>
    </taglib>
</jsp-config>

日常问题记录-- java.lang.IllegalArgumentException: taglib definition not consistent with specification version

标签:

原文地址:http://www.cnblogs.com/carterzhang/p/4288650.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!