全部博文(178)
分类: 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:
Then the taglib is indicated where the jar file locates in ur system.
<%@ taglib prefix="spring" uri="/WEB-INF/spring.tld" %>