1 Reply Latest reply on Sep 6, 2006 12:20 PM by antoine_h

    how to send a Stream out of portal context?

    mak1

      Hello

      since now i used the method org.jboss.portlet.JBossActionResponse.sendStream() for opening a pdf in a new browser window out of the portal context. Now in version 2.4.0 of the portal this method in commented out. Is there any replacement?

      regards,
      Michael

        • 1. Re: how to send a Stream out of portal context?
          antoine_h

          I would suggest to look at the way this is done in the CMSPortlet and the url mapping with the CMSObjectCommandFactory.
          now, I think it is done by using the StreamContentCommand. look how this command is processed.
          I don't know if it is exactly what you need.
          may be it helps...