InputComponents.setValueFor(converterFactory, input, value);
for (UIMessage message : command.validate(input))
{
if (message.getSource() == input && message.getSeverity() == Severity.ERROR)
{
throw new OptionValidatorException(message.getDescription());
}
}
}
}).converter(new Converter<Object, ConverterInvocation>()
{