Renan Montenegro
unread,Aug 11, 2010, 10:37:10 AM8/11/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jav...@googlegroups.com
Galera, tô na seguinte situação:
<table style="font-size:x-small;font-family:Verdana">
<tr>
<td>
<h:outputLabel value="Cep" /><br/>
<a4j:region>
<h:inputText id="cep" size="10" maxlength="8" >
<a4j:support event="onblur" action="#{cotacaoProdutoManagedBean.consulta}"
reRender="pacote,planos" />
</h:inputText>
</a4j:region>
<rich:jQuery selector="#cep" query="mask('99999-999')" timing="onload" />
</td>
<td>
<h:outputLabel value="Proponente" /><br/>
<h:inputText size="55" />
</td>
<td>
<h:outputLabel value="Tipo de imóvel" /><br/>
<a4j:region>
<h:selectOneRadio id="tipoImovel" style="font-size:x-small;font-weight:bold" value="#{cotacaoProdutoManagedBean.tipoImovel}">
<f:selectItem itemLabel="Casa" itemValue="1"/>
<f:selectItem itemLabel="Apartamento" itemValue="4"/>
</h:selectOneRadio>
</a4j:region>
</td>
Porém quando faço o onblur no campo cep, o campo tipoImovel não é submetido, como faria para o mesmo ser submetido normalmente ? Estou fazendo certo, usando o <a4j:region> ?!
Att,
--
Renan Teixeira Lima Verde Montenegro