I can't seem to access the Wiki right now to give you an exact link, but
if you search for DownloadAction there, you will find a page that
includes a sample app I wrote to demonstrate using the action. It shows
downloading a file on the file system and also from a database, if that
is relevant for your use case. The page gives a good overview of using
it besides.
I have used this action myself, and well as a straight servlet
approach... I'm not sure either is better than the other, or easier, but
I would go with the DownloadAction since your app is already
Struts-based just to "keep it all in one place".
Frank
[EMAIL PROTECTED] wrote:
Hi All,
I'm developing a web application based on Struts. In this, one of the
features to be included is , to download a file, when the user clicks on
the link in the JSP page.
Also, when the user clicks on the link, the Save/Open dialog box should
appear.
If nyone has used the DownloadAction provided by Struts OR any other
solution , please help.
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.
--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]