I'm pretty sure it was all as expected. Although I find it
interesting that it works with "int" rather then "Integer",
from what I saw of the code.
I've changed it all the String and it works now, but I was
poking around in BeanUtils and PropertyUtils and so on (don't have
the reference here) and it seems that for nested properties
it only handles a String (haven't fully checked it yet).
"Natra, Uday" wrote:
>
> yeah that was a good point from Dmitri. I tried to define two setter methods
> for my date field. one is a String argument and the other one is a date
> argument. When I ran the App, it complained about not able to find the
> setter method. So may be there is some thing like that happening in ur code.
>
> Thanks,
> Uday.