我在使用JSTL標記在JSP要在NetBeans中使用JSTL標籤包含哪些內容?
得到這個錯誤代碼是:
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
輸出是:
javax.servlet.ServletException: java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/LoopTag
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:342)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:393)
點擊問題底部的「jstl」標籤,然後點擊「信息」標籤,然後閱讀。 –