【发布时间】:2014-07-20 02:26:59
【问题描述】:
我有一个要求,我需要将数据库中的数据显示到下拉列表。直到动作类显示数据,甚至在动作类中显示。但是当涉及到jsp。下拉菜单为空。
这里有jsp标签
html:select property="strName" tabindex="1">
<html:option value="">-- Select --</html:option>
<logic:notEmpty name="NameList">
<html:optionsCollection name="PinRequestActionForm" property="NameList" label="pinrequestVO.strNameCD" value="pinrequestVO.strNameId" />
</logic:notEmpty>
</html:select>
请建议我如何解决此问题。
【问题讨论】:
-
你有命名列表的属性吗?