I was working on JSF and I tried to display an error message. It never worked. The reason is
I was using redirect tag in faces-config.xml. Please dont use the redirect tag (< redirect/>) in faces-config.xml the error messages are request scope. So these messages will be lost when you do a redirect.
Monday, April 26, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment