hashOutputField = new HashMap<String, String>();
String positionDiv = theXMLconf.valoreNodo(prefix + "[" + (i + 1) + "]/@position");
String attrLabel = theXMLconf.valoreNodo(prefix + "[" + (i + 1) + "]/@label");
String attrFirstIdx = theXMLconf.valoreNodo(prefix + "[" + (i + 1) + "]/@firstIdx");
String attrTypology = theXMLconf.valoreNodo(prefix + "[" + (i + 1) + "]/@typology");
String attrExternalPath = theXMLconf.valoreNodo(prefix + "[" + (i + 1) + "]/@externalPath");
String attrValue = theXMLconf.valoreNodo(prefix + "[" + (i + 1) + "]/@value");
String activeIdx = theXMLconf.valoreNodo(prefix + "[" + (i + 1) + "]/@activeIdx");
String filteredKey = theXMLconf.valoreNodo(prefix + "[" + (i + 1) + "]/@filteredKey");
String filteredNumDocs = theXMLconf.valoreNodo(prefix + "[" + (i + 1) + "]/@filteredNumDocs");
String ajaxKey = theXMLconf.valoreNodo(prefix + "[" + (i + 1) + "]/@ajaxKey");