[myfaces1.2] spec question about Application.createConverter

2007-10-30 Thread Mario Ivankovits
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

Re: [myfaces1.2] spec question about Application.createConverter

2007-10-30 Thread Matthias Wessendorf
(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

Re: [myfaces1.2] spec question about Application.createConverter

2007-10-30 Thread Matthias Wessendorf
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!

Re: [myfaces1.2] spec question about Application.createConverter

2007-10-30 Thread Matthias Wessendorf
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