level 1
Multiple annotations found at this line:
- Can not find the tag library descriptor for "http://java.sun.com/jsp/
jstl/core"
在eclipse中新建dynamic web project,加个jsp文件,里面加个
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
就是找不到Tag lib. 是什么原因?
2011年04月02日 03点04分
1
- Can not find the tag library descriptor for "http://java.sun.com/jsp/
jstl/core"
在eclipse中新建dynamic web project,加个jsp文件,里面加个
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
就是找不到Tag lib. 是什么原因?