首页 > 代码库 > jsp 标签 According to TLD or attribute directive in tag file.错误

jsp 标签 According to TLD or attribute directive in tag file.错误

 

在确保jar包已经添加的情况下

把<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>

改为:

<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%>

就可以了

jsp 标签 According to TLD or attribute directive in tag file.错误