Perdonad el retraso, muchas gracias por el interés.
El HTML con que debería interaccionar es:
Código:
<tr id="barrio" style="display:none">
<td class="campo">Distrito:</td>
<td class="valor">
<html:select name="beneficiarioForm" styleClass="fieldm" property="idDistrito">
<html:options collection="listadoBarrios" property="id" labelProperty="nombre"/>
</html:select>
</td>
</tr>