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