where can I find complete documentation on field conversion mechanism? I implemented the StrutsTypeConverter class, and it seems to work when converting from user input to my setter ( convertFromString() ) but the conversion doesn't happen when I display something already in the DB ( convertToString() ), it seems that the conversion method is never called.