日期:2014-05-16  浏览次数:20317 次

JSTL问题解决之-->报找不到C标签
当jsp页面显示报找不到C:标签时的解决办法
 
  在lib下导入jstl.jar 和standard.jar
  并在WEB-INF 下放置  c.tld
然后在项目的web.xml中配置

  

 <jsp-config>
  	<taglib>
		<taglib-uri>http://java.sun.com/jsp/jstl/core</taglib-uri>
		<taglib-location>/WEB-INF/c.tld</taglib-location>
	</taglib>
  </jsp-config>


1 楼 shyarhwang 2011-11-22  
c.tid是什么东西啊,不会弄,教我可以吗
2 楼 xiaoliang330 2011-11-23  
shyarhwang 写道
c.tid是什么东西啊,不会弄,教我可以吗

c.tld 是jstl标签库中 的,可以下载