Re: change the filename to be downloaded

2010-12-28 Thread maven apache
access to the code now, but I will try > to > >> > send > >> > >> it later. Check the syntax, I'm sure you will find some > >> > > > >> > > > >> > > No hurry. :) Thanks. > >> > > > >> > >

Re: change the filename to be downloaded

2010-12-28 Thread Dave Newton
. :) Thanks. >> > > >> > > >> > >> examples >> > >> Sent via BlackBerry from T-Mobile >> > >> >> > >> -Original Message- >> > >> From: maven apache >> > >> Date: Mon, 27 Dec 2010 20:42:15 &

Re: change the filename to be downloaded

2010-12-28 Thread maven apache
; >> examples > > >> Sent via BlackBerry from T-Mobile > > >> > > >> -Original Message- > > >> From: maven apache > > >> Date: Mon, 27 Dec 2010 20:42:15 > > >> To: Struts Users Mailing List > > >> Reply-To

Re: change the filename to be downloaded

2010-12-28 Thread Dave Newton
om T-Mobile > >> > >> -Original Message- > >> From: maven apache > >> Date: Mon, 27 Dec 2010 20:42:15 > >> To: Struts Users Mailing List > >> Reply-To: "Struts Users Mailing List" > >> Subject: Re: change the filename t

Re: change the filename to be downloaded

2010-12-28 Thread maven apache
> > No hurry. :) Thanks. > > >> examples >> Sent via BlackBerry from T-Mobile >> >> -Original Message- >> From: maven apache >> Date: Mon, 27 Dec 2010 20:42:15 >> To: Struts Users Mailing List >> Reply-To: "Struts Users

Re: change the filename to be downloaded

2010-12-27 Thread maven apache
ven apache > Date: Mon, 27 Dec 2010 20:42:15 > To: Struts Users Mailing List > Reply-To: "Struts Users Mailing List" > Subject: Re: change the filename to be downloaded > > 2010/12/27 > > > I do the same, but with an excel, and I'm able to write the excel

Re: change the filename to be downloaded

2010-12-27 Thread jlmagc
g List Reply-To: "Struts Users Mailing List" Subject: Re: change the filename to be downloaded 2010/12/27 > I do the same, but with an excel, and I'm able to write the excel direclty > to an input stream. I don't know about word, but I suppouse it would be the > same. Al

Re: change the filename to be downloaded

2010-12-27 Thread maven apache
BlackBerry from T-Mobile > > -Original Message- > From: maven apache > Date: Mon, 27 Dec 2010 19:26:16 > To: Struts Users Mailing List > Reply-To: "Struts Users Mailing List" > Subject: change the filename to be downloaded > > Hi: > In myapplication,I h

Re: change the filename to be downloaded

2010-12-27 Thread jlmagc
Name}" Sent via BlackBerry from T-Mobile -Original Message- From: maven apache Date: Mon, 27 Dec 2010 19:26:16 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: change the filename to be downloaded Hi: In myapplication,I have to generate a ms-word

change the filename to be downloaded

2010-12-27 Thread maven apache
Hi: In myapplication,I have to generate a ms-word file(I use the apache poi). 1)first I save the generated file to disk. 2)set the inputstream according to the file.Of course,the action result type is already set to stream. here is a exmapleI found about file downing: http://www.mkyong.com/struts2