estou com essa mensagem, só que não consigo fechar após ser monstrada
OBS: Esses arquivos incluido nesta página, dentro deles não existe <p:mensages.
<ui:composition template="/WEB-INF/template/layoutPadrao.xhtml"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:f="http://xmlns.jcp.org/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui" xmlns:o="http://omnifaces.org/ui">
<f:metadata>
<f:event listener="#{cadastroServicoBean.inicializa}" type="preRenderView" />
</f:metadata>
<ui:define name="titulo">#{cadastroServicoBean.editando ? 'Edição Serviço:' : 'Novo Serviço'}</ui:define>
<ui:define name="corpo">
<p:messages autoUpdate="true" closable="true" />
<h:form id="formCadastro">
<h1>#{cadastroServicoBean.editando ? 'Edição Serviço:' : 'Novo Serviço'}</h1>
<ui:include src="/WEB-INF/template/servico/botoesServico.xhtml" />
<ui:include src="/WEB-INF/template/servico/corpoServico.xhtml" />
<ui:include src="/WEB-INF/template/servico/rodapeServico.xhtml" />
</h:form>
</ui:define>
</ui:composition>