We use a <p:filedownload> wrapped by a command button for that purpose, our beans are ViewScoped or RequestScoped
<p:commandButton ajax="false" immediate="true"> <p:fileDownload value="#{controller.getMedia()}"/> </p:commandButton>