我有一个客户列表和一个来自数据库的国家/地区列表。然后使用 OptionCollections 将 Country 列表渲染到 countryCombobox:
<html:select property="countryCode" name="countries">
<html:optionsCollection name="Cuountry" value="countryCode" label="countryName" />
</html:select>
我想将 countryCombobox 的值分别显示给所选客户(来自客户列表页面)。示例:如果客户 A 属于 Country1,则 countryCombobox 将显示 Country1,以此类推