I have a requirement that I have to download a .doc
file from database and show to the user.
So I am using struts 2.x and SQL server as my database.
So the user enters a password, the user can able to see his doc file which was fetched from the database.
Please can you provide me a sample example for the above requirement.