Is anyone else having issues with tr:selectManyListbox on the current
trinidad snapshot. It only renders one option as selected on a list
where there a multiple selections. Submitting the form with multiple
selections updates the model correctly but then renders just the one as
selected.
<tr:selectManyListbox label="#{msgs.deliveryZones}"
value="#{salesOrders$delivery$optionForm.crudObject.zones}"
required="true">
<f:selectItems
value="#{salesOrders$delivery$deliveryUtils.zones}"/>
</tr:selectManyListbox>
salesOrders$delivery$optionForm.crudObject.zones is a List of objects
and salesOrders$delivery$deliveryUtils.zones is a List of SelectItems
whose vales are the complete set of those objects.
Any ideas?
Thanks,
Steve Vangasse