Hi Guys,
I am using caf_h:formattedMessages tag to display message on multiple portlet pages. In all the portlet pages I have set it’s property ‘redisplay’ to ‘false’ as I don’t want to see the same message appear multiple times on the page.
Per the configuration, the caf_h:formattedMessages is not displaying message more than once in some pages (good), but strangely it is not exhibiting this behavior on the other pages.(that is, it is displaying message multiple times - bad). Am I missing any other configuration?
On the xhtml page -
<caf_h:formattedMessages id="messageID" redisplay="false"
showDetail="false" globalOnly="false"></caf_h:formattedMessages>
in the backing bean -
getFacesContext().addMessage(
(String) getClientIds().getValue("messageID"),
new FacesMessage("Custom message - to be displayed only once"));
webMethods version - 9.8
#webMethods-BPMS#webMethods#MWS-CAF-Task-Engine