On May 27, 10:33 am, "RichB" <ri...@communit y.nospamwrote:
If object A is a container for object B then you could say A is a
parent of B. The question is can something other than A contain a B.
If so then I would tend shy away from the parent concept and move
toward a validation context concept that Lasse suggested which would
abstract out the relationship between A and B while still providing
the dependent validation logic.
Thanks, i had thought along those lines, but didn't think that it was very
oo as B is not really a part of Object A.
oo as B is not really a part of Object A.
parent of B. The question is can something other than A contain a B.
If so then I would tend shy away from the parent concept and move
toward a validation context concept that Lasse suggested which would
abstract out the relationship between A and B while still providing
the dependent validation logic.