0 Replies Latest reply on Mar 31, 2011 6:25 AM by fquadt

    Download link to already existing PDF file

    fquadt
      Hello,

      since we use Seam to generate PDF files at some point in the application we registered the Seam DocumentStore servlet in the web.xml and mapped "*.pdf" to it.

      Now in addition I have saved an externally created PDF file in the folder view/files/. How can I set a download link to this file in my view? I have already tried <h:outputLink>, <s:link> and <a href=...> with no success (the view with the link just rerenders).

      Can I define an exception for the mapping to not consider files in a specific folder?

      Thank you for your help!

      Florian