jsp中出錯提示:
The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
原因:
找不到jstl類庫中的.tld文件
解決辦法:
WEB/INF的lib下,除了導入jstl.jar包,還要導入standard.jar包。另外,解壓standard.jar包,把.tld文件放在WEB/INF下