Hi Yee! > Where else could the converter be used? > You can use the converter for output fields too, think about a date converter which you can use to format the date accordingly, even for output. Or a number converter to limit the number of decimals, sign, etc.
So its pretty valid to use the converter for output fields to, though, often a type="" will be used instead of this "automatic" detection. We can think about this too here, though, I still need (would like to have) the automatic detection too. Something like: type="auto|enum|text" Where "auto" is the current behavior, "enum" to format it the reversible way and "text" for the toString() stuff. Ciao, Mario

