Javax.el.PropertyNotFoundException: ' Newsline ' is a unknown bean property ...

Source: Internet
Author: User

With a long time of the foreach tag, today to help colleagues debug program see the following exception, the first feeling should be javabean inside the property and page property inconsistency caused, repeatedly check, confirm the attribute no problem, no way, really can't see, had to write a foreach, The same list, the same attribute, did not report any exception, and then compare found that the error program items= "${gettestmodule}" in the $ sign before a space, the problem is so solved, suddenly no words in ...


[Show] javax.el.PropertyNotFoundException: ' Newsline ' is a unknown bean property
of ' java.lang.String '


<c:foreach items= "${gettestmodule}" var= "list" varstatus= "rowcounter" begin= ' 0 ' step= ' 1 ' end= ' ><li style= "Color:blue;" ><a href= "#" target= "_blank" >${list.newsLine}</a></li></c:forEach>

<c:foreach items= "${gettestmodule}" var= "list" varstatus= "rowcounter" begin= ' 0 ' step= ' 1 ' end= ' ><li style= "Color:blue;" ><a href= "#" target= "_blank" >${list.newsLine}</a></li></c:forEach>


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Javax.el.PropertyNotFoundException: ' Newsline ' is a unknown bean property ...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.