Chinaunix首页 | 论坛 | 博客
  • 博客访问: 728912
  • 博文数量: 178
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1507
  • 用 户 组: 普通用户
  • 注册时间: 2014-04-27 23:20
文章分类

全部博文(178)

文章存档

2015年(58)

2014年(121)

我的朋友

分类: Java

2014-09-08 22:29:47

Can not find the tag library descriptor for ""

1.Download the Spring dependency jar
2.Place it to the lib folder path is /WEB-INF/lib/spring.jar

3.Then open the web.xml and the sample code is:

 
  /WEB-INF/spring.tld
  /WEB-INF/spring.tld
 

Then the taglib is indicated where the jar file locates in ur system.
<%@ taglib prefix="spring" uri="/WEB-INF/spring.tld" %>


阅读(1299) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~