org.apache.taglibs.standard.lang.jstl.parser.ParseException: EL functions are not supported
我该如何解决这个例外?
如果我需要下载更新版本的jstl.jar& standard.jar有人可以给我发链接吗?
提前致谢.
<c:if test = "${fn:contains()}">...</c:if>
如果是这样,请确保您导入了版本1.1的JSTL taglib(注意URI – 它应该包含jsp):
<%@ taglib prefix = "c" uri = "http://java.sun.com/jsp/jstl/core" %>