三位一体招生缴费:关于自定义标签的问题

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/04 20:09:17
在webapps目录下建文件夹register
register下为JSP页面
register下WEB-INF文件夹下为自定义标签描述文件.tld和与其相关的web.xml文件
register下的classes中为.class自定义标签文件
运行JSP页面时出现错误提示:org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: XML parsing error on file /WEB-INF/tlds/taglib.tld: (line 2, col 80)
请教大家可能是什么原因所致?谢谢