gpt4 book ai didi

java - NotReadablePropertyException : Invalid property 'productss' of bean class [java. util.ArrayList]

转载 作者:太空宇宙 更新时间:2023-11-04 11:44:47 24 4
gpt4 key购买 nike

org.springframework.beans.NotReadablePropertyException: Invalid property
'productss' of bean class [java.util.ArrayList]: Bean property
'productss' is not readable or has an invalid getter method: Does the
return type of the getter match the parameter type of the setter?

在 URL git put/Jenuaz 之后

我在 git 上有一个项目:ShopJavaProject,我的 git id:jenuaz。

最佳答案

您正在 OrderesController 中使用此模型属性:

@ModelAttribute("orderes")
public Orderes getFrom (){
return new Orderes();
}

并且您必须在 jps 页面表单上使用它,而不是 orderess。此外,Product 字段称为 product 而不是 productss,并且 Product 列表称为 products:

<form:form class="form-horizontal" action="/admin/" method="POST" modelAttribute="orderes">
<div class="form-group">
<label for="orderes" class="col-sm-2 control-label">Product</label>
<div class="col-sm-10">
<form:select class="form-control" path="product" id="products" items="${products}" itemValue="id" itemLabel="name"/>
</div>

关于java - NotReadablePropertyException : Invalid property 'productss' of bean class [java. util.ArrayList],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42451206/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com