I am working on JSF application in primefaces in that i am showing an information to the user via <p:messages>
.
So when the user click submit the page will processed and the p:messages dialog will triggered to show the information to the user ,
I referred Primefaces p:messages showcase Page
It is working fine..But after it displayed the messages , it is not closing automatically either we need to close that dialog manually or it remains in open stage.
I need it should it close automatically after it displayed the message to user... How can i do that ...Can anybody give suggestion that how can i do ?