Hi, does anybody know an easy way to stream a file to the browser with jsf? My current solution is a commandLink that calls a blank jsf page with some parameters and this contains a forward to a servlet that does the streaming. The problem is once the user has opened a file, myfaces somehow looses it's navigation state and opens the current page whereever I click next time. Any help appreciated.
Carsten

