You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dennie de Lange (JIRA)" <de...@myfaces.apache.org> on 2007/08/08 15:16:59 UTC

[jira] Created: (MYFACES-1699) converter-for-class not working on selectManyListbox

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.