Don't redisplay messages already shown in dialog in <p:messages autoUpdate=“true”>
问题 I need to show error and warning messages in a dialog when it is showing. If dialog is not showing I need to show the messages in the container page I have set a template using facelets in all views: template="/WEB-INF/templates/template.xhtml"> with this content: <f:view locale="#{loginBB.localeCode}"> <p:messages autoUpdate="true" closable="true" id="globalMessages" /> <ui:insert name="content" /> </f:view> In all dialogs I have the following: <p:messages autoUpdate="true" closable="true"