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

关于自定义标签报空指针异常:"at org.apache.jasper.compiler.TldCache.getTaglibXml(TldCache.java:97) "

时间:2016-09-30 12:16:04      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:

tomcat8对相对路径路径的不是很好。

可以在web.xml文件中设置好tld的路径,

然后JSP中直接<%@ taglib prefix="xia" uri="myTagLib" %>

web.xml文件添加以下配置:
<jsp-config>
    <taglib>
        <taglib-uri>myTagLib</taglib-uri>
        <taglib-location>/includes/tt.tld</taglib-location>
    </taglib>
</jsp-config>

关于自定义标签报空指针异常:"at org.apache.jasper.compiler.TldCache.getTaglibXml(TldCache.java:97) "

标签:

原文地址:http://www.cnblogs.com/hasman/p/5923145.html

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