RestrictedFieldLocalOrRemoteFile result = new RestrictedFieldLocalOrRemoteFile();
String pdef_image = ConfigurationManager.getProperty(CrisConstants.CFG_MODULE, "researcherpage.pdef.publicimage");
for (RPProperty property : this.getDynamicField().getAnagrafica4view()
.get(pdef_image))
{
FileValue value = (FileValue) property.getValue();
PropertyEditor propertyEditor = property.getTypo().getRendering()
.getPropertyEditor(null);
propertyEditor.setValue(value.getObject());
result.setValue(propertyEditor.getAsText());
result.setVisibility(property.getVisibility());
break;
}
if (result.getValue() == null || result.getValue().isEmpty())