get this to fit into the correct JSF phase as the converters are applied (I believe) during the processing of validators and not during the updating of the model.
Yes. In "Process Validations" the converters are called before the validation is started. Since you need a converted object before you can validate it :-) The phase should be renamed to "Process Convertions and Validations" IMO. -Matthias

