FacesMessages and rich:effect?
Posted
by user331747
on Stack Overflow
See other posts from Stack Overflow
or by user331747
Published on 2010-05-03T20:02:16Z
Indexed on
2010/05/04
4:18 UTC
Read the original article
Hit count: 209
I'd like to be able to make an Ajax call using JSF/Seam/RichFaces and have the page update with the relevant h:messages component. That works with no problem. I'm able to perform the appropriate reRender. However, I'd also like to be able to make use of rich:effect to make it a bit prettier. Ideally, I'd like to be able to have the messages fade in and then disappear when the user clicks on them. However, I've been unable to get this working thus far.
Has anyone gotten such a scenario working? Does anyone who knows JSF/Seam a bit better than me have any good advice? Thanks in advance!
© Stack Overflow or respective owner