gyts62 发表于 2017-1-13 07:09:55

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"%>
  

 
页: [1]
查看完整版本: The tag handler class for "c:if" (org.apache.taglibs.standard.tag.rt.core.IfTag)