The tag handler class for "c:if" (org.apache.taglibs.standard.tag.rt.core.IfTag)

问题描述:

JSP页面中的JSTL标签不起作用,报错:The tag handler class for "c:if" (org.apache.taglibs.standard.tag.rt.core.IfTag) was not found on the Java Build Path

 

解决方法:

引入JSTL标签语句前添加代码

<%@ page language="java" contentType="text/html; charset=UTF-8"
	pageEncoding="UTF-8" isELIgnored="false"%>



 

 

你可能感兴趣的:(JSTL标签不起作用)