知识库

推荐内容

快逸做的更好

产品优势

您的位置: 首页 > 知识库 > 安装部署 > MyEclipse 增加报表标签tld文件问题

MyEclipse 增加报表标签tld文件问题

配置web.xml文件

<taglib>
<taglib-uri>/WEB-INF/runqianReport4.tld</taglib-uri>
<taglib-location>/WEB-INF/spring.tld</taglib-location>
</taglib>

如果报  Invalid content was found starting with element ‘taglib’错误

需要加上jsp-config,改后的配置文件为

<jsp-config>
<taglib>
<taglib-uri>/WEB-INF/runqianReport4.tld</taglib-uri>
<taglib-location>/WEB-INF/runqianReport4.tld</taglib-location>
</taglib>
</jsp-config>

本文标签:
发布日期:2008/12/08
本文分类: 安装部署