18/08/2011, 08:23
|
| | Fecha de Ingreso: octubre-2008 Ubicación: Madrid
Mensajes: 352
Antigüedad: 16 años, 3 meses Puntos: 5 | |
Respuesta: a:support en jsf2 Me auto-respondo por si puede servirle a alguien de ayuda, ya que jsf2 han cambiado las cosas y ya tengo mis dudas si a mejor.
<h:selectOneMenu value="#{item.estado.estado}" style="width:70px;"
id="estadoPrincipalAsociado"
valueChangeListener="#{controller.listenerCambioEs tado}"
rendered="#{item.estado.estado == 'asociado'}">
<f:ajax render="@form" execute="@this" />
<f:attribute name="seguimientoDto" value="#{item}" />
<f:selectItem itemValue="desasociar" itemLabel="DES-ASOCIAR" />
<f:selectItem itemValue="asociado" itemLabel="asociado" />
<f:selectItem itemValue="asignado" itemLabel="asignado" />
</h:selectOneMenu> |