Hi All,
I am creating group sequence dynamically by implementing defaultGroupSequenceProvider and applied on the target class. But the validation is happening at target class properties only, it is not carry forwarded to the child objects presented in the target class. How to validate the child class properties ? I can not include all the child objects in the defaultGroup() overridden method. If I am adding all the child class objects,If I am adding n number of objects then validation process also repeating for n+1 times.which causing the performance.
So could you please provide me any alternative method so that all the child class properties also validated along with target class properties with out adding to the defaultgroupsequence list..........
Thanks in advance....................
|