p:growl does not show global faces message
问题 I've the below command button and growl component: <p:commandButton id="reservationAdd" actionListener=" {reservationBean.addReservation()}" value="Dodaj" oncomplete="PF('wdlgAddReservation').hide();" update=":frm" action="#{linkedTimelinesController.createTimeline()}"> <f:ajax execute="reservationAdd" onevent="click" listener="#{messageControler.eventAdded()}" render="dynamic"/> </p:commandButton> <p:growl id="msj" autoUpdate="true"/> I'm adding a faces message as below: @ManagedBean public