首页 > 编程语言 > 详细

Can not find the tag library descriptor for "http://www.springframework.org/tags"

时间:2014-11-27 12:17:35      阅读:1541      评论:0      收藏:0      [点我收藏+]

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:
<jsp-config> 
 <taglib>
  <taglib-uri>/WEB-INF/spring.tld</taglib-uri>
  <taglib-location>/WEB-INF/spring.tld</taglib-location>
 </taglib> 
</jsp-config>

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

Can not find the tag library descriptor for "http://www.springframework.org/tags"

原文:http://www.cnblogs.com/toSeeMyDream/p/4126066.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!