AW: Override the JSF Standard Converter for java.util.Date.class

2020-11-16 Thread DevNews
: Möllendorffstr.49, 10367 Berlin Geschäftsführer: Thilo Kind Registergericht: Amtsgericht Berlin Charlottenburg, HRB 66681 USt-ID: DE 193584747 -Ursprüngliche Nachricht- Von: Thomas Andraschko Gesendet: Montag, 16. November 2020 11:00 An: MyFaces Discussion Betreff: Re: Override the JSF Standard

Re: Override the JSF Standard Converter for java.util.Date.class

2020-11-16 Thread Thomas Andraschko
Hi, i think @FacesConverter should work the same as #addConverter. Could you do us a favor, and check if Mojarra does the same as MyFaces? Am Mo., 16. Nov. 2020 um 10:48 Uhr schrieb DevNews : > Hallo, > > in order to convert inputs in h:inputtext from the WebPage to the class > java.util.Date >

Override the JSF Standard Converter for java.util.Date.class

2020-11-16 Thread DevNews
Hallo, in order to convert inputs in h:inputtext from the WebPage to the class java.util.Date JSF uses the standard converter javax.faces.convert.DateTimeConverter. We would like to change this standard converter to my own imlementation. So we would not be forced to add a converter-id to every h