Property [Id] not found on type [java.lang.String]
一般出现上述问题:存在两种情况
1、程序的属性没有提供getter方法
2、在<c:forEach var=“list” items="${requestScope.list}" varStatus=“vs”>这里没有采取EL表达式
或者jsp页面没加
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %&...
原创
2019-12-09 14:35:26 ·
578 阅读 ·
0 评论