String value = getConvertedString(context, component, bean);
String forId = getForId(context, component, bean);
FormData fd = arc.getFormData();
if (fd != null)
fd.addLabel(forId, value);
String messageType = _getMessageType(context, bean, forId);
boolean noSpanNeeded =
((value == null) &&