Re: Download question

2006-04-05 Thread Frank W. Zammetti
On Wed, April 5, 2006 9:07 am, Dave Newton said: > red phoenix wrote: >> I want to realize download function in struts,and I will put some file >> url >> in JSP file,when click one of the file url,this file will be >> download.Dostruts or some taglib support download function? >> > > You mean... li

Re: Download question

2006-04-05 Thread Dave Newton
red phoenix wrote: > I want to realize download function in struts,and I will put some file url > in JSP file,when click one of the file url,this file will be > download.Dostruts or some taglib support download function? > You mean... like a link? Dave --

Download question

2006-04-05 Thread red phoenix
I want to realize download function in struts,and I will put some file url in JSP file,when click one of the file url,this file will be download.Dostruts or some taglib support download function? Thanks in advance