gpt4 book ai didi

java - 选择标记未在 Jsp 上呈现

转载 作者:行者123 更新时间:2023-11-30 11:58:01 25 4
gpt4 key购买 nike

在此之前,我已经成功地使用了 struts 2 select 标签,但我现在遇到了一个问题,我的 jsp 由于 select 标签而抛出异常,我创建了一个数组列表,我将其传递给“列表” ' select 标签的属性,我还为该列表定义了 getter 和 setter 以及 select 标签的 name 属性元素,对于我新创建的每个 select 标签,我一次又一次地得到以下异常。

org.apache.jasper.JasperException: tag 'select', field 'list', name 'division':
The requested list key 'divisionList' could not be resolved as a collection/array/map/enumeration/iterator type. Example: people or people.{name} - [unknown location]

请提前致谢。

最佳答案

我在我的应用程序中成功地使用了这个选择标签。也不异常(exception)。更改正确的属性名称。如果这不能解决您的问题,请将您的代码和更多说明发送给我。

<html:select style="width:192px" name="VForm" property="classificationName" >
<html:optionsCollection property="comboList"/>
</html:select>

谢谢伊姆兰

关于java - 选择标记未在 Jsp 上呈现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3404428/

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