converter-for-class not working on selectManyListbox
----------------------------------------------------
Key: MYFACES-1699
URL: https://issues.apache.org/jira/browse/MYFACES-1699
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 1.1.5
Reporter: Dennie de Lange
Priority: Minor
<h:selectManyListbox
value="#{debtorView.debtorService.sortOrders}">
<x:selectItems value="#{sortOrderView.sortOrders}"
var="sortOrder" itemLabel="#{sortOrder.name}"
itemValue="#{sortOrder}" />
</h:selectManyListbox>
Does not work using default converter-for-class from faces-config.xml.
Using a specific converter (i.e. <h:selectManyListbox
converter="SortOrderConverter"...) it does work.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.