This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Exception handling redirectgonorrhea May 28, 2009 1:06 AM (in response to ozzytrain)Have you tried creating a pages.xml specifically for that particular page (foo.xhtml)? like foo.page.xml? and then write: <exception class="org.jboss.seam.web.FileUploadException"> <redirect view-id="/foo.xhtml"> <message>#{org.jboss.seam.handledException.message}</message> </redirect> </exception>which will postback to the same JSF page. 
 
    