Sure you can.
You already have access to the HttpServletResponse in your Action
class, just use that the way you would in a regular servlet, and have
the Action return null.


On Fri, 15 Oct 2004 10:46:56 -0500, josh <[EMAIL PROTECTED]> wrote:
> Is it possible to stream binary data like a pdf to the client browser
> using struts?  I was reading somewhere that I will need to have a
> seperate servlet to do that part because you can't change the mime type
> using the struts framework.
> 
> --
> Joshua Cronemeyer
> 
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to