You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Michael Love <mi...@yahoo.com> on 2010/10/07 20:40:04 UTC

Can the Validator Framework be modified to handle sub-Objects?

For example:

Lets say I have a customer object that contains an address object. Is it 
possible to have the Framework automatically validate the object and all 
sub-objects without manually doing it in the validation bean?

Mike