for (int a = 0; a < nodiOpzioni; a++) {
extraPlus = "";
if (theValue.equalsIgnoreCase(theXMLconfTMP.valoreNodo(externalPath + "[" + (a + 1) + "]/@value"))) {
extraPlus = " checked=\"checked\" ";
}
out.println(generateInput("radio", xpathCorrenteDot, theXMLconfTMP.valoreNodo(externalPath + "[" + (a + 1) + "]/@value"), theXMLconfTMP.valoreNodo(externalPath + "[" + (a + 1) + "]/text()"), "docEditInputRadio", extra + " " + extraPlus, theHTMLextra));
}
}
} else if (valoreCorrente.indexOf("ajax:") == 0) {
String fullPath = valoreCorrente.replaceAll("ajax:", "");
// com.regesta.dams.utility.xml.DomManager domManager = com.regesta.dams.utility.xml.DomManager.getInstance(isStatic, realPath);