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/07/12 20:51:05 UTC

[jira] Resolved: (MYFACES-1679) Missing "by type" registration of default converters

     [ https://issues.apache.org/jira/browse/MYFACES-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved MYFACES-1679.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0-SNAPSHOT

> Missing "by type" registration of default converters
> ----------------------------------------------------
>
>                 Key: MYFACES-1679
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1679
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.2.0-SNAPSHOT
>            Reporter: Denny Strietzbaum
>            Assignee: Matthias Weßendorf
>             Fix For: 1.2.0-SNAPSHOT
>
>
> Chapter "3.3.3 Standard Converter Implementations" defines a List of "by type" registered Converters.
> I assumed that
> Converter converter =  FacesContext.getCurrentInstance().getApplication().createConverter(Integer.class);
> should return a javax.faces.convert.IntegerConverter.
> It doesn't, null is returned instead.
> The "standard-faces-config.xml" doesn't do any by-type registrations at all.

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