Preserving FacesMessages during redirect

Hi,I am using redirect tag in faces-config as a part of my naviagtion rule. It redirect properly but the problem the faces messages are lost. Any idea to preserve it during redirection.Thanks
[212 byte] By [SYESa] at [2007-10-2 9:01:14]
# 1
The messages are stored in the request scope. So, the clearing is expected.Look at http://jsffaq.com/Wiki.jsp?page=HowToShowFacesMessageOnTheNextPagefor some clues how to solve the problem.--Sergey : http://jsfTutorials.net
Sergey.Smirnova at 2007-7-16 23:08:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I also have the same problem.I solved by simply sending the message in the queryString ...(I know this is not a neat solution)
guy.bashana at 2007-7-16 23:08:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Thanks. It worked !
SYESa at 2007-7-16 23:08:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...