hi I'm not happy with the number, date and time formats that MyFaces uses by default and i'd like to be able change them.
What would be the best way to set the default formats for input and output? I'm using a custom ViewHandler class that overrides the calculateLocale for setting the user locale. I need to handle numbers (e.g. BigDecimal), dates and times. marko

