Steve Torrefranca wrote:
<t:messages /> suddenly stopped working after I used <redirect/>. How do I keep FacesMessage's state if I use redirect?
Why would you want to?If a page has error messages then navigation will not occur. If a page does not have error messages, then "losing them" on navigation is not a problem as there are none to lose.
What scenario do you have that needs to preserve messages on navigation via redirect?

