如何在uri中使用taglib?

时间:2013-11-13 02:58:10

标签: jsp jstl taglib

我想使用jstl,我把它放在页面的顶部:

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

我在我的库中添加了jstl.jar和standard.jar。我也将它们放在/ webapp / WEB-INF / lib中。这两个罐子来自Tomcat的例子。

我的IDE是myeclipse,我的服务器是Tomcat 8.0,jsp版本是3.0。

当我运行我的页面时,我有一个例外:

type: Exception report

message: /TestPerson.jsp (line: 2, column: 62) File "file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%208.0/webapps/Beer-v1/WEB-INF/tld/c.tld" not found

description: The server encountered an internal error that prevented it from fulfilling this request.

但我在上面的文件路径中有c.tld!

我该怎么处理呢!

0 个答案:

没有答案