<h:form>
<p:panel>
<h:panelGrid columns="3">
<ui:include src="../Filtros/FiltroGenerico.xhtml" />
<p:column >
<p:commandButton value="Buscar" action="#{pantallaBB.buscar}" />
</p:column>
</h:panelGrid>
</p:panel>
In @Postconstruct of #{pantallaBB} I active and desactive some filter in my BB FiltroGenerico but I can read this because first load @Postconstruct of #{filtroGenerico} and after load @Postconstruct of #{pantallaBB}. I resolve add this line <h:outputText value="#{pantallaBB.anyAtribute}" style="display : none;" /> before <ui:include> but I don´t liked. Any idea?