Hello everyone, I'm using the BeanUtils.copyProperties with null values. My problem is that I have a Calendar property, if the property is null when copied it, it is set to a new instance of a Calendar instead of just null. I looked around and I found something about ConvertUtils. Is this the way to override the default behavior?.
And just to know, why is this the default behavior?. Wouldn't it be easier to just copy null? Thanx for the help. Alejandro
