Property 'id' not found on type java.lang.String问题解决

Posted 吉利国

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Property 'id' not found on type java.lang.String问题解决相关的知识,希望对你有一定的参考价值。

一般出现上述问题:存在两种情况

1、你的程序的属性没有提供getter方法

2、在<c:forEach var="list" items="${requestScope.list}" varStatus="vs">这里你没有采取EL表达式

 

但是我却犯了一个很弱智的错误 在这里items="${requestScope.list}"我写成了 items=" ${requestScope.list}",多了一个空格,一直出现上述错误

以上是关于Property 'id' not found on type java.lang.String问题解决的主要内容,如果未能解决你的问题,请参考以下文章

Property 'id' not found on type java.lang.String

javax.el.PropertyNotFoundException: Property 'id' not found on type java.lang.Integer

Property 'id' not found on type java.lang.String问题解决

javax.el.PropertyNotFoundException: Property 'id' not found on type java.lang.String 可长点心吧(示

ts+v3 报错 Property 'title' does not exist on type 'never'

[ts] Property 'aaa' does not exist on type 'Window' 解决办法