かわいい顔から MultiPageMessagesSupport を使用した例を探しています。
<lifecycle>
<phase-listener>com.ocpsoft.pretty.faces.event.MultiPageMessagesSupport</phase-listener>
</lifecycle>
ah:commandButton をクリックした後、prettyfaces を使用してホームに POST-REDIRECT-GET しました。
FacesMessages: How do you make this を渡したいです。
FacesContext.getCurrentInstance().addMessage(null, new FacesMessage("Hey Man The Message is There Youhouhou, So CRAZY!!");
return "pretty:home";