In my JSF app I need to display FacesMessage from another thread. Acording to docs it's not possible. But maybe there is some trick to do so? I can't see another way to do what I wan't to :(
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Maybe you can solve your problem with asynchronous background work with ICEfaces server side push. Your background working thread could perform a "push", which will "notify" certain pages to update (partially) and display your message. |
|||||||
|