According to TLD or attribute directive in tag file, attribute items does not accept any expressions

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

 

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

 

注意:中间差了一个jsp

posted on 2019-09-29 11:18  乌云上  阅读(485)  评论(0编辑  收藏  举报

导航