This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: fileUpload compatiblity with forward from RequestDispatcnohacks Jul 9, 2008 12:55 PM (in response to mores)Hi, 
 Why are you using a forward from a RequestDispatcher to navigate ?? JSF allows navigation within faces-config.xml.
 Phil
- 
        2. Re: fileUpload compatiblity with forward from RequestDispatcmores Jul 9, 2008 2:33 PM (in response to mores)I have found that using a redirect instead of a forward will allow the rich:fileUpload component to work. 
 I am using Servlets to augment functionality that is not easily done in faces. It is within this Servlet that I need the navigation.
 
    