知识库

最新文章

快逸做的更好

您的位置:首页 > 知识库 > 安装部署 > 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>

浏览次数:0 ; 发布日期:2008/12/08