It doesn't seem that his class is being registered with the BeanUtils? Is it being used ?
I was looking into writing a DateConverter for use with the copyProperties() and am having a devil of a time getting the Date->String to being called and was hoping that you have been through it yourself.
-Rob
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In 1.5, now hosted at http://appfuse.dev.java.net, this class is registered in the BaseAction class. It works pretty well and actually handles Date -> String and String -> Date.
Matt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
util.DateConverter
Matt:
It doesn't seem that his class is being registered with the BeanUtils? Is it being used ?
I was looking into writing a DateConverter for use with the copyProperties() and am having a devil of a time getting the Date->String to being called and was hoping that you have been through it yourself.
-Rob
In 1.5, now hosted at http://appfuse.dev.java.net, this class is registered in the BaseAction class. It works pretty well and actually handles Date -> String and String -> Date.
Matt