新手学jsp,作了个简单的例子,不行,请DX们指点:
JSP file:
〈%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %〉
〈html〉
〈body〉
hello
〈/body〉
〈/html〉
Error Message:
Parsing of JSP File '/taglibexample.jsp' failed: /taglibexample.jsp(1): Could not parse deployment descriptor: java.io.IOException: cannot resolve 'http://java.sun.com/jstl/core' into a valid tag library
probably occurred due to an error in /taglibexample.jsp line 1:
〈%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %〉
看了半天也没看出问题来。
JSP file:
〈%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %〉
〈html〉
〈body〉
hello
〈/body〉
〈/html〉
Error Message:
Parsing of JSP File '/taglibexample.jsp' failed: /taglibexample.jsp(1): Could not parse deployment descriptor: java.io.IOException: cannot resolve 'http://java.sun.com/jstl/core' into a valid tag library
probably occurred due to an error in /taglibexample.jsp line 1:
〈%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %〉
看了半天也没看出问题来。