v.setIsRequired(cr.required);
v.setMustBeUnique(cr.unique);
v.setExcludeId(intId);
// Do the limbo
v.validate((String) cr.getValue(), ceb);
// <todo>
// Note: the actual value validated should be extracted
// from the vo using the fieldname with reflection.
// </todo>