I'm looking for an example using MultiPageMessagesSupport from pretty faces.
<lifecycle>
<phase-listener>com.ocpsoft.pretty.faces.event.MultiPageMessagesSupport</phase-listener>
</lifecycle>
After a click on a h:commandButton I POST-REDIRECT-GET to my Home with prettyfaces.
I'd like to pass a facesMessages: How do you make this ?
FacesContext.getCurrentInstance().addMessage(null, new FacesMessage("Hey Man The Message is There Youhouhou, So CRAZY!!");
return "pretty:home";