if (spring31Delegate != null) {
return spring31Delegate.processFormFieldValue(
requestContext, ((IWebContext)context).getHttpServletRequest(), name, value, type);
}
throw new TemplateProcessingException(
"According to the detected Spring version info, a RequestDataValueProcessor delegate should be available, " +
"but none seem applicable");
}