Hola,
Tenemos este select que devuelve "SI o NO",
<tr><td>
<label for="anubis"><small><bean:message key="label.closureVpnForm.anubis" /></small></label>
<html:select property="anubis" onchange="cambiaCombo(this)">
<html:options collection="anubisList" property="value" labelProperty="label"/>
</html:select>
</td></tr>
lo que queremos es que si se pulsta "SI", nos muestre este
<tr><td>
<label for="acceso"><small><bean:message key="label.closureVpnForm.acceso" /></small></label>
<html:select property="acceso">
<html:options collection="accesoList" property="value" labelProperty="label"/>
</html:select>
</td></tr>
En caso contrario no deberia mostrar nada. Sabeis alguna manera de ocultarlo y desocultarlo?
Gracias, es urgente.
Miguel.