"validatableFieldSupport", vfs,
"clientId", "pal", "displayName", "Pally"});
expect(context.getProfile()).andReturn(profile);
expect(context.formatValidationMessage(eq(required.getMessage()), eq(ValidationStrings.REQUIRED_FIELD),
aryEq(new Object[] { "Pally" }) )).andReturn("Pally is required.");
replay();
assert component.overrideValidator(required, cycle);