for (int a = 0; a < nodiOpzioni; a++) {
String extra = "";
if (theValue.equals(theXMLconfTMP.valoreNodo(externalPath + "[" + (a + 1) + "]/@value"))) {
extra = "selected";
}
out.println(generateInput("option", theXMLconfTMP.valoreNodo(externalPath + "[" + (a + 1) + "]/@value"), theXMLconfTMP.valoreNodo(externalPath + "[" + (a + 1) + "]/text()"), "", extra, ""));
}
out.println("</select></td><td width=\"20\"><span style=\"font-size:1px\"> </span></td>");
out.println("</tr>");
}
out.println("<tr>");