----- Original Message ----- From: "Niall Pemberton" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: 2. srpanj 2007 16:49
Subject: Re: Dynamically rendering image - Servlet/Action

There is just such a DownLoad action designed to help with this - you
just need to return "null" from the Action's execute method, rather
than an ActionForward:

http://wiki.apache.org/struts/StrutsFileDownload
http://struts.apache.org/1.3.8/apidocs/org/apache/struts/actions/DownloadAction.html

Niall


Thanks Niall,

I'm little bit rusty with Struts specially in case of new Struts versions. I started again with Struts after 2 years gap (used to work with v1.0 and v1.1) and see that a lot of things changed :-) I will examine this StrutsFileDownload Action to see if it can help me. Thanks again.

SB

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

Reply via email to