Olá senhores, será que alguem sabe como colocar o id no html:select do Struts?
Eu tenho o seguinte select:
<html:select property=“country” size=“1”>
html:option....…</html:option>
html:option....…</html:option>
html:option....…</html:option>
html:option....…</html:option>
</html:select>
no fonte do html fica:
<option…>…
<option…>…
<option…>…
Queria que ficasse assim:
<select name=“country” id=“country” size=“1”>
<option…>…
<option…>…
<option…>…
vlw!
[ ]'s