5 Replies Latest reply on May 22, 2006 10:07 PM by amarinis

    Access to response.getOutputStream() via SEAM

    truto

      Hi there.
      As I understand, the basic seam+jsf operation consists on the beans to return some tag, that is routed by the faces-config.xml to a proper page.

      Is there a way to access directly to the response object from the bean? The idea is to output a binary content on a "download file" button, for example.

      Thanks in advance,