Details
Description
the FacesConversionService doesn't expose a constructor with a delegate ConversionService argument, like it's super-class, thus it's not possible to configure the delegate conversionService.
I propose to provide a default constructor working like today, and a constructor where it's possible to set the delegate and call the corresponding constructor of the super-class.