Monday, April 26, 2010

JSF and Error Messages

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.

No comments:

Post a Comment