Stefan Bodewig wrote: > > I'm not saying that a Validator class of some kind would be useless, > quite the opposite. But put it to good use for the nested elements > as well.
Just a thought: at the bottom of ProjectHelper.configure, check the object to see if it supports a "getRequiredFields" method. If so, call it, iterate over the results, and verify that each of the specified fields are set. - Sam Ruby
