Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/05/2009, 10:30
Avatar de djagu_26
djagu_26
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 518
Antigüedad: 16 años, 4 meses
Puntos: 6
Respuesta: open.window sin submit

aca esta el codigo completo del formulario!

Cita:
<h:form id="form1">
<ul id="topUsers">
<li id="topUser">
<h:outputText value="#{msg.layoutUser}"/>
<a4j:commandLink value="#{sessionBean.nombreUsuario}" oncomplete="Richfaces.showModalPanel('changePasswo rd');"/>
</li>
<li id="topLogout"><h:commandLink value="#{msg.logOutLabel}" action="#{authenticationBean.logout}"/></li>
</ul>
<ul id="topTickets">
<li id="topTicket"><h:outputText value="#{msg.layoutTipoTicket}"/>
<h:selectOneMenu styleClass="comboboxStyle" value="#{sessionBean.strIdTipoTicket}"
onchange="return cambioTipoTicket();" valueChangeListener="#{sessionBean.processValueCha ngeTipoTicket}">
<f:selectItem itemLabel="#{msg.layoutSelectTicketType}" itemValue="0" />
<f:selectItems value="#{consultaTicketBean.tiposTicketList}" />
</h:selectOneMenu>
<div id="divButton" style="display:none;">
<h:commandButton id="botonEscondido" action="#{sessionBean.cambioTipoTicket}" display="hidden"/>
<h:commandButton id="botonEscondido3" action="#{sessionBean.cambioCliente}" display="hidden"/>
</div>
</li>
<li id="topClient"><h:outputText value="#{msg.layoutCliente}"/>
<h:selectOneMenu id="listaClientes" immediate="true" value="#{sessionBean.strIdCliente}"
valueChangeListener="#{sessionBean.processValueCha ngeCliente}" onchange="return cambioCliente();">
<f:selectItem itemLabel="#{msg.todosLabel}" itemValue="-1" />
<f:selectItems value="#{consultaTicketBean.clienteList}" />
</h:selectOneMenu>
</li>
<li style="background: none;">
<h:commandLink onclick="javascript:openNewWindow();">
<h:graphicImage value="/images/helpdoku.png" alt="#{msg.layoutAyuda}" />
</h:commandLink>
</li>
</ul>
</h:form>
__________________
"La magia no existe, la programacion si"

A/P Agustin Sivoplas
[email protected]