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

Reply via email to