Hi friends
I'm not sure I understand the use of custom converters: If for example I have 2 VO's and each has a Timestamp property. But - each one takes a different date format from the user. Do I need a different StringToTimestamp converter for each one? If yes - how does BeanUtils.copyProperties() know which converter to use (both the above properties are the same type - Timestamp)? Thanks Rivka