This content has been marked as final.
Show 2 replies
-
1. Re: FacesMessages does not work in Quartz async call
yachaa Apr 23, 2010 11:37 AM (in response to Shane Sarver)I dont think you can add facesmessage from a timer because the FacesMessages is not associated to any context of any users.
You can perhaps add the message to an application wide queue and for every user session that is processing data on the server to get the message from the queue and display the message.
-
2. Re: FacesMessages does not work in Quartz async call
Mushraful Hoque Apr 23, 2010 4:14 PM (in response to Shane Sarver)Try to use this one:
FacesContext.getCurrentInstance().addMessage()
Redirection is mandatory for FacesMessages.