funny enough that this is handled correct in the 1.1 version of MyFaces -M
On 10/30/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > (to fast with TAB+ENTER) > > so, go ahead. Perhaps a JIRA-issue would be great? > > -M > > On 10/30/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > see > > > > http://java.sun.com/javaee/javaserverfaces/1.2_MR1/docs/api/javax/faces/application/Application.html > > > > Throws: > > FacesException - if the Converter cannot be created > > java.lang.NullPointerException - if converterId is null > > > > :-) > > > > On 10/30/07, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > > > Hi! > > > > > > Currently, if you call Application.createConverter with a non-existent > > > converterId a NullPointerException:675 will be thrown. > > > > > > Is this required by the spec or do you mind if I change this to a > > > throw new FacesException("No converter with id " + converterId + " > > > found", e); > > > > > > > > > Ciao, > > > Mario > > > > > > > > > > > > -- > > Matthias Wessendorf > > > > further stuff: > > blog: http://matthiaswessendorf.wordpress.com/ > > mail: matzew-at-apache-dot-org > > > > > -- > Matthias Wessendorf > > further stuff: > blog: http://matthiaswessendorf.wordpress.com/ > mail: matzew-at-apache-dot-org > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ mail: matzew-at-apache-dot-org
