Ciao a tutt*,
ho questo problema: nella label dovrebbe andare oltre a tempCognome anche tempNome, che sono campi di un DB. Ho provato in vari modi ma sembra che ci vada un campo univoco.
codice:
<html:select name="InsertManualeForm" property="cls_temp" styleId="drop_temp" onchange="getdropvaluetemp()">
<html:option value="0">Seleziona Utente</html:option>
<html:optionsCollection name="InsertManualeForm" property="tempList"
label="tempCognome" value="tempIdRelutente"/>
</html:select>
Grazie in anticipo.