สอบถาม JSF Error แบบนี้เป็นที่อะไรครับ
ในโค้ด index.jsp
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ taglib uri="
http://java.sun.com/jsp/jstl/html" prefix="h"%>
<h:selectBooleanCheckbox title="test"/>
<h:outputLabel title="ทดสอบ"/>
แต่พอรัน
แล้วแสดง Error แบบนี้ครับ :
org.apache.jasper.JasperException: /WEB-INF/jsp/index.jsp(4,61) PWC6188: The absolute uri:
http://java.sun.com/jsp/jstl/html cannot be resolved in either web.xml or the jar files deployed with this application
อยากทราบว่ามีวิธีแก้อย่างไรบ้างครับ
ปล. ผมใช้ Netbean แล้วก็เพิ่ม Libraly jstl-impl.jar และ jstl-api.jar แล้วครับ
สอบถาม JSF Error แบบนี้เป็นที่อะไรครับ
ในโค้ด index.jsp
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/html" prefix="h"%>
<h:selectBooleanCheckbox title="test"/>
<h:outputLabel title="ทดสอบ"/>
แต่พอรัน
แล้วแสดง Error แบบนี้ครับ :
org.apache.jasper.JasperException: /WEB-INF/jsp/index.jsp(4,61) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/html cannot be resolved in either web.xml or the jar files deployed with this application
อยากทราบว่ามีวิธีแก้อย่างไรบ้างครับ
ปล. ผมใช้ Netbean แล้วก็เพิ่ม Libraly jstl-impl.jar และ jstl-api.jar แล้วครับ