throw Tapestry.createRequiredParameterException(this, "field");
displayName = field.getDisplayName();
if (displayName == null)
throw new BindingException(ValidMessages.noDisplayName(this,
field), this, null, getBinding("field"), null);
}
IValidationDelegate delegate = form.getDelegate();