You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2007/09/05 14:43:33 UTC

[jira] Created: (TRINIDAD-690) NumberConverter doesn't work with selectMany

NumberConverter doesn't work with selectMany
--------------------------------------------

                 Key: TRINIDAD-690
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-690
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.2.1-core, 1.0.2-core, 1.2.2-core
            Reporter: Matthias Weßendorf


The numberConverter tries to converting from the converted type to the
expected type, for example from a Long to an Integer if the component expects
an Integer. Trouble is, it throws a converter exception if it can't convert
from one to the other. Since a selectMany component expects a List or array,
the converter can never convert a Long to an array. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.