• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Configure ActionMapping

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

In the Jsp, I iterate and print from an ArrayList.

It prints List of files uploaded for a user.

1. File 1
2. File 2
3. File 3
4. File 4
.
.
.etc.

When I click on the Filename, I should download the file from

http:\\localhost\portal\Client_Upfiles\File 1.jpg
Please let me know how I should write the actionmapping to download the file from the folder "Client_upfiles" of my application name "portal".

Thanks ,
Bhuvana
 
reply
    Bookmark Topic Watch Topic
  • New Topic