javax.faces.FacesException: javax.el.ELException: /pastor-contato.xhtml @33,146 rendered="#{pastorPortalMB.pastor.sexo == 'F'}": Cannot convert F of type class java.lang.String to class java.lang.Long
at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:393)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:930)
at javax.faces.render.Renderer.encodeChildren(Renderer.java:148)
at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:832)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:936)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:592)
at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100)
at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:176)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:388)
at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:515)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:378)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.SessionFixationProtectionFilter.doFilterHttp(SessionFixationProtectionFilter.java:67)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.rememberme.RememberMeProcessingFilter.doFilterHttp(RememberMeProcessingFilter.java:109)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:91)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:277)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.logout.LogoutFilter.doFilterHttp(LogoutFilter.java:89)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:175)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:112)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:610)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:503)
at java.lang.Thread.run(Thread.java:662)
Caused by: javax.el.ELException: /pastor-contato.xhtml @33,146 rendered="#{pastorPortalMB.pastor.sexo == 'F'}": Cannot convert F of type class java.lang.String to class java.lang.Long
at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:76)
at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:390)
... 70 more
- <AjaxViewRoot id="_viewRoot" immediate="false" locale="en_US" renderKitId="HTML_BASIC" renderRegionOnly="false" rendered="true" selfRendered="false" submitted="false" transient="false" viewId="/pastor-contato.xhtml">
- <?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C/DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>CNIP</title>
<link rel="stylesheet" href="#{cnip:contextPath()}resource/styles/portal/common.css" type="text/css"/>
<link rel="stylesheet" href="#{cnip:contextPath()}resource/styles/portal/menu.css" type="text/css"/>
<link rel="stylesheet" href="#{cnip:contextPath()}resource/styles/portal/ar.css" type="text/css"/>
<link rel="stylesheet" href="#{cnip:contextPath()}resource/styles/alert.css" type="text/css"/>
<script type="text/javascript" src="#{cnip:contextPath()}scripts/portal/menu.js"/>
- <script type="text/javascript" src="#{cnip:contextPath()}scripts/common.js"/>
<link rel="stylesheet" href="#{cnip:contextPath()}resource/styles/portal/contato.css" type="text/css"/>
- <script>
function btOn(obj) {
//obj.src = "#{cnip:contextPath()}img/portal/"+img+"_on."+ext;
obj.src=obj.src.replace('_off','_on');
}
function btOff(obj) {
//obj.src = "#{cnip:contextPath()}img/portal/"+img+"_off."+ext;
obj.src=obj.src.replace('_on','_off');
}
</script>
</head>
<body>
<center>
<table cellpadding="0" cellspacing="0" width="779" align="center">
<tbody>
<tr><td height="5" align="right"/></tr>
<tr>
<td height="144">
- <table cellpadding="0" cellspacing="0" width="100%" align="center" class="pesquisa-bg" bgcolor="#698eba">
<tr valign="bottom">
<td align="center" style="padding-bottom:2px">
- <HtmlForm enctype="application/x-www-form-urlencoded" id="j_id6" prependId="false" rendered="true" submitted="false" transient="false">
- <input type="hidden" id="page" name="page" value="#{requestScope['page']}"/>
- <HtmlInputHidden id="param" immediate="false" localValueSet="false" rendered="true" required="false" transient="false" valid="true"/>
- <input type="hidden" id="op" name="op" value="#{param['op']}"/>
- <HtmlCommandButton action="#{portalSearch.searchResults}" actionExpression="#{portalSearch.searchResults}" disabled="false" id="searchResults" immediate="false" readonly="false" rendered="true" style="display:none" transient="false" type="submit" value="Pesquisar"/>
- </HtmlForm>
- <style>
#caixaPesquisa a:hover{
background-color: #dee7f3;
padding:2px;
}
</style>
<form action="#{cnip:contextPath()}search-redirect.xhtml">
<table cellpadding="1" cellspacing="3" width="770" align="center">
<tbody>
<tr>
<td width="430" align="left">
<input type="text" id="pesq" name="pesq" onblur="ivBlur(this,'#{cnip:contextPath()}img/portal/pesquisa-bg.png');" onkeydown="if(event.keyCode==13){document.getElementById('portalSearch').click(); return false;}this.style.backgroundImage=''" onfocus="this.style.backgroundImage='';this.value=''" style="height:42px; border:0px;width:470px;font-size:30px; padding-top:5px; padding-left:5px" value="#{param['pesq']}"/>
- <HtmlToolTip ajaxSingle="true" attached="true" direction="top-right" disabled="false" event="mouseover" followMouse="true" for="pesq" hideDelay="0" hideEvent="" horizontalOffset="10" id="j_id10" immediate="false" layout="inline" mode="client" onclick="" oncomplete="" ondblclick="" onhide="" onmousemove="" onmouseout="" onmouseover="" onshow="" rendered="true" showDelay="500" showEvent="onmouseover" style="" styleClass="tooltip" transient="false" verticalOffset="10" zorder="99">
- <div style="white-space:nowrap; font-size:13px; text-align:left; width:300px">
Digite:<br/><br/> - Nome da Igreja (parcial ou total)<br/>
- Nome da Cidade (parcial ou total) ou<br/>
- Nome do Pastor (parcial ou total)<br/><br/>
Em seguida, tecle <ENTER> ou clique sobre a lupa.
</div>
- </HtmlToolTip>
- </td>
<td style="padding-top:3px;">
<input type="image" src="#{cnip:contextPath()}img/portal/pesquisa-botao1.jpg" style="height:47px;"/>
</td>
<td width="230">
<div style="color:gray; height:45px; font-family:verdana; font-size:12px; background-color: #ffffff; border:1px solid #ffffff">
<center>
<div style="height:18px; margin-top:4px;"><b>Pesquise também:</b></div>
<div style="margin-left:5px;margin-top:2px;">
<table align="center" width="100%">
<tr>
<td style="padding-top:1px; background-image: url('#{cnip:contextPath()}img/portal/menu-icon-mapa.png'); background-position: left center; background-repeat: no-repeat;" id="caixaPesquisa"><a href="#{cnip:contextPath()}mapas.xhtml" style="margin-left:18px; color:#333; text-decoration:none; font-size:11px; padding:2px;">Mapa</a></td>
<td style="padding-top:1px; background-image: url('#{cnip:contextPath()}img/portal/menu-icon-cep.png'); background-position: left center; background-repeat: no-repeat" id="caixaPesquisa"><a href="#{cnip:contextPath()}cep.xhtml" style="margin-left:20px; color:#333; text-decoration:none; font-size:11px; padding:2px;">Cep</a></td>
<td style="padding-top:1px; background-image: url('#{cnip:contextPath()}img/portal/menu-icon-avancada.png'); background-position: left center; background-repeat: no-repeat" id="caixaPesquisa"><a href="#{cnip:contextPath()}pesquisaAvancada.xhtml" style="margin-left:18px; color:#333; text-decoration:none;font-size:11px; padding:2px;">Avançada</a></td>
</tr>
</table>
</div>
</center>
</div>
</td>
</tr>
</tbody>
</table>
</form>
<script>
function ivBlur(obj,im){
if(obj.value.replace(' ','')==''){obj.style.backgroundImage="url("+im+")";obj.value='';}
}
ivBlur(document.getElementById('pesq'),'#{cnip:contextPath()}img/portal/pesquisa-bg.png');
</script>
- </td>
</tr>
</table>
- </td>
</tr>
<tr>
<td>
- <table cellpadding="0" cellspacing="0" width="100%" align="center" bgcolor="#cddaea">
<tbody>
<tr>
<td align="center" height="24">
<table cellpadding="0" cellspacing="0" align="center">
<tr>
<td>
- <HtmlGraphicImage id="j_id16" ismap="false" rendered="true" style="border:0px;" transient="false" url="/img/portal/menu-icon-home.png" value="/img/portal/menu-icon-home.png"/>
- </td>
<td><a id="menu1" href="#{cnip:contextPath()}" style="margin-right:3px;">Início</a></td>
<td><span style="height:15; border-left:1px solid #ebf2fb"/><span style="height:13; border-right:1px solid #a5b4c6"/></td>
<td>
- <HtmlGraphicImage id="j_id18" ismap="false" rendered="true" style="border:0px;" transient="false" url="/img/portal/menu-icon-cnip.png" value="/img/portal/menu-icon-cnip.png"/>
- </td>
<td><a id="menu1" href="#{cnip:contextPath()}cnip.xhtml" style="margin-right:3px;">O que é o CNIP</a></td>
<td><span style="height:15; border-left:1px solid #ebf2fb"/><span style="height:13; border-right:1px solid #a5b4c6"/></td>
<td>
- <HtmlGraphicImage id="j_id20" ismap="false" rendered="true" style="border:0px;" transient="false" url="/img/portal/menu-icon-pesquisa.png" value="/img/portal/menu-icon-pesquisa.png"/>
- </td>
<td><a id="menu1" href="#{cnip:contextPath()}como-pesquisar.xhtml" style="margin-right:3px;">Como Pesquisar</a></td>
<td><span style="height:15; border-left:1px solid #ebf2fb"/><span style="height:13; border-right:1px solid #a5b4c6"/></td>
<td>
- <HtmlGraphicImage id="j_id22" ismap="false" rendered="true" style="border:0px; padding-top:5px;" transient="false" url="/img/portal/menu-icon-metonet.png" value="/img/portal/menu-icon-metonet.png"/>
- </td>
<td><a id="menu1" href="#{cnip:contextPath()}metonet/" style="margin-right:3px;">Metonet</a></td>
<td><span style="height:15; border-left:1px solid #ebf2fb"/><span style="height:13; border-right:1px solid #a5b4c6"/></td>
<td>
- <HtmlGraphicImage id="j_id24" ismap="false" rendered="true" style="border:0px;" transient="false" url="/img/portal/menu-icon-noticias.png" value="/img/portal/menu-icon-noticias.png"/>
- </td>
<td><a id="menu1" href="javascript:alert('Em Breve')" style="margin-right:3px;">Notícias</a></td>
<td><span style="height:15; border-left:1px solid #ebf2fb"/><span style="height:13; border-right:1px solid #a5b4c6"/></td>
<td>
- <HtmlGraphicImage id="j_id26" ismap="false" rendered="true" style="border:0px;" transient="false" url="/img/portal/menu-icon-ranking.png" value="/img/portal/menu-icon-ranking.png"/>
- </td>
<td><a id="menu1" href="#{cnip:contextPath()}ranking.xhtml" style="margin-right:3px;">Ranking</a></td>
<td><span style="height:15; border-left:1px solid #ebf2fb"/><span style="height:13; border-right:1px solid #a5b4c6"/></td>
<td>
- <HtmlGraphicImage id="j_id28" ismap="false" rendered="true" style="border:0px;" transient="false" url="/img/portal/menu-icon-alo.png" value="/img/portal/menu-icon-alo.png"/>
- </td>
<td><a id="menu1" href="#{cnip:contextPath()}contato-escolha.xhtml" style="margin-right:3px;">Fale Conosco</a></td>
<td><span style="height:15; border-left:1px solid #ebf2fb"/><span style="height:13; border-right:1px solid #a5b4c6"/></td>
<td>
- <HtmlGraphicImage id="j_id30" ismap="false" rendered="true" style="border:0px;" transient="false" url="/img/portal/menu-icon-restrita.png" value="/img/portal/menu-icon-restrita.png"/>
- </td>
<td><a id="menu1" href="#{cnip:contextPath()}sistema/index.xhtml">Área Restrita</a></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
- </td>
</tr>
<tr>
<td align="center">
<table cellpadding="3" cellspacing="3" bgcolor="white" width="779" align="center">
<tbody>
<tr>
<td style="padding:3px;">
- <HtmlOutputText escape="true" id="j_id33" rendered="false" transient="false">
- <script>addAlertOnInit('#{requestScope['erro']}');</script>
- </HtmlOutputText>
- <HtmlOutputText escape="true" id="j_id35" rendered="false" transient="false">
- <script>addAlertOnInit('Mensagem enviada com sucesso.','pastor.xhtml?p=#{pastorPortalMB.pastor.id}');</script>
- </HtmlOutputText>
- <HtmlGraphicImage id="j_id37" ismap="false" rendered="true" transient="false" url="/img/portal/pastor-contato-topo.jpg" value="/img/portal/pastor-contato-topo.jpg"/>
- <HtmlForm enctype="application/x-www-form-urlencoded" id="contato" prependId="true" rendered="true" submitted="false" transient="false">
- <input type="hidden" id="p" name="p" value="#{pastorPortalMB.pastor.id}"/>
<div class="box-contato">
<table cellpadding="0" cellspacing="3" width="100%">
<tr>
<td colspan="2" class="contato-pastor-titulo" align="left">Pastor
- <HtmlOutputText escape="true" id="j_id39" transient="false" value="a"/>
- #{pastorPortalMB.pastor.nome}</td>
</tr>
<tr valign="top" align="left">
<td width="185">
- <HtmlGraphicImage height="170" id="j_id41" ismap="false" rendered="true" style="border:1px solid gray" transient="false" url="2229.pastor" value="2229.pastor" width="170"/>
- <div class="texto">
<b>Preencha o formulário<br/>ao lado e logo eu lhe retornarei. Obrigado!</b>
<br/>(todos os campos são de preenchimento obrigatório)
</div>
</td>
<td align="left">
<table cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left" class="contato-label" style="padding-top:0px;">Nome:
- <HtmlMessage for="nome" id="j_id43" rendered="true" showDetail="true" showSummary="false" styleClass="erro-enviar" tooltip="false" transient="false"/>
- </td>
</tr>
<tr>
<td align="left">
- <HtmlInputText disabled="false" id="nome" immediate="false" localValueSet="false" maxlength="255" readonly="false" rendered="true" required="true" size="-2147483648" styleClass="inputTextContato" transient="false" valid="true"/>
- </td>
</tr>
<tr>
<td align="left" class="contato-label">E-mail:
- <HtmlMessage for="email" id="j_id46" rendered="true" showDetail="true" showSummary="false" styleClass="erro-enviar" tooltip="false" transient="false"/>
- </td>
</tr>
<tr>
<td align="left">
- <HtmlInputText disabled="false" id="email" immediate="false" localValueSet="false" maxlength="255" readonly="false" rendered="true" required="true" size="-2147483648" styleClass="inputTextContato" transient="false" valid="true"/>
- </td>
</tr>
<tr valign="top">
<td align="left" class="contato-label">Mensagem:
- <HtmlMessage for="mensagem" id="j_id49" rendered="true" showDetail="true" showSummary="false" styleClass="erro-enviar" tooltip="false" transient="false"/>
- </td>
</tr>
<tr>
<td align="left">
- <HtmlInputTextarea cols="-2147483648" disabled="false" id="mensagem" immediate="false" localValueSet="false" onkeyup="return mensagemContato()" readonly="false" rendered="true" required="true" rows="-2147483648" style="height: 120px;" styleClass="inputTextContato" transient="false" valid="true"/>
- <br/>
<div class="contador"><span id="contador">0</span> / 2000</div>
<script>
function mensagemContato(){
var m=document.getElementById('contato:mensagem');
if(m.value.length>2000){
m.value = m.value.substring(0,2000);
return false;
}
document.getElementById('contador').innerHTML=m.value.length;
return true;
}
mensagemContato();
</script>
</td>
</tr>
<tr>
<td align="left" style="padding-top:4px;">
<table cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td>
<img src="#{cnip:contextPath()}jcaptcha" style="border: 1px solid #7f9db9" vspace="0" hspace="0"/>
</td>
<td class="espaco" style="width: 5px;"/>
<td class="captcha">
- <HtmlMessage for="captcha" id="j_id52" rendered="true" showDetail="true" showSummary="false" styleClass="erro-enviar" tooltip="false" transient="false"/>
- <br/>
Por favor, repita os<br/>
caracteres ao lado,<br/>
utilizando apenas letras<br/>
minúsculas (não existem<br/>
caracteres numéricos):<br/>
- <HtmlInputText disabled="false" id="captcha" immediate="false" localValueSet="true" maxlength="255" readonly="false" rendered="true" required="true" size="-2147483648" style="width: 100px;" styleClass="inputTextContato" transient="false" valid="true" value=""/>
- </td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left">
- <HtmlCommandButton action="#{pastorPortalMB.contatarPastor}" actionExpression="#{pastorPortalMB.contatarPastor}" disabled="false" id="j_id55" immediate="false" readonly="false" rendered="true" style="width:80px;" styleClass="botao" transient="false" type="submit" value="Enviar"/>
- <input type="button" value="Voltar" class="botao" onclick="window.location.href='#{cnip:contextPath()}pastor.xhtml?p=#{pastorPortalMB.pastor.id}'" style="width:80px;"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
- </HtmlForm>
- </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table cellpadding="5" cellspacing="5" width="100%" align="center" bgcolor="white">
<tr><td class="rodape" align="center">2009 © Todos os direitos reservados</td></tr>
</table>
</td>
</tr>
</tbody>
</table>
<table width="779" align="center" style="margin-top:10px;">
<tr>
<td id="menuRodape"><a href="#{cnip:contextPath()}mapas.xhtml">Pesquisa pelo Mapa</a> | <a href="#{cnip:contextPath()}cep.xhtml">Pesquisa pelo CEP</a> | <a href="#{cnip:contextPath()}pesquisaAvancada.xhtml">Pesquisa Avançada</a></td>
<td style="color:gray; padding-right:5px; font-size:11px; font-family:arial;" align="right">Desenvolvido por:</td>
<td align="left"><a href="http://www.vetorweb.com.br" target="_blank"><img src="#{cnip:contextPath()}img/portal/logoVW.png" border="0"/></a></td>
</tr>
</table>
</center>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-13115344-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
- </html>
- </AjaxViewRoot>
Name | Value |
---|---|
p | 2229 |
Name | Value |
---|---|
__spring_security_filterSecurityInterceptor_filterApplied | true |
__spring_security_session_fixation_filter_applied | true |
__spring_security_session_integration_filter_applied | true |
ajaxContext | org.ajax4jsf.context.AjaxContextImpl@557f28b9 |
pastorPortalMB | br.com.vetorweb.cnip.mb.portal.PastorPortalMB@f4ab589 |
portalSearch | br.com.vetorweb.cnip.mb.PortalSearchMB@71d43d36 |
Name | Value |
---|---|
None |
Name | Value |
---|---|
None |