Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/04/2010, 10:54
jdmike
 
Fecha de Ingreso: abril-2010
Mensajes: 1
Antigüedad: 14 años
Puntos: 0
ocultar select en struts

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.