}
public FormValidationResult validate( Form form, Map data )
throws FormicaException, ValidatorNotFoundException
{
FormValidationResult result = new FormValidationResult();
if ( form.getElements() != null )
{
validateElements( form.getElements(), data, result );
}