首页上一页 1 下一页尾页 1 条记录 1/1页
JSP项目开发全程实录 第八章网络在线考试系统 报错
发表在JavaWeb图书答疑
2015-05-18
是否精华
是
否
版块置顶:
是
否
我用的是JDK1.7 tomcat7和tomcat6都出现了该问题
只要使用了 <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
就会报 500错 "/WEB-INF/struts-html.tld" not found
按照网上的方法在 web.xml中添加了
<jsp-config>
<taglib>
<taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
<taglib-location>/WebRoot/WEB-INF/struts-html.tld</taglib-location>
</taglib>
</jsp-config>
仍然不得行
只要使用了 <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
就会报 500错 "/WEB-INF/struts-html.tld" not found
按照网上的方法在 web.xml中添加了
<jsp-config>
<taglib>
<taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
<taglib-location>/WebRoot/WEB-INF/struts-html.tld</taglib-location>
</taglib>
</jsp-config>
仍然不得行