Re: [S2] downloadaction class

2008-07-15 Thread Riccardo Mollame
io originale - > Da: ManiKanta G <[EMAIL PROTECTED]> > A: Struts Users Mailing List > Inviato: Martedì 15 luglio 2008, 9:51:38 > Oggetto: Re: [S2] downloadaction class > > Yes, it is even pretty simple in S2. > > You can use result of type 'stream' for that

Re: [S2] downloadaction class

2008-07-15 Thread ManiKanta G
EMAIL PROTECTED]> A: Struts Users Mailing List Inviato: Martedì 15 luglio 2008, 9:51:38 Oggetto: Re: [S2] downloadaction class Yes, it is even pretty simple in S2. You can use result of type 'stream' for that action configuration. Use a InputStream to read the content you want to

Re: [S2] downloadaction class

2008-07-15 Thread Riccardo Mollame
t;[EMAIL PROTECTED]> A: Struts Users Mailing List Inviato: Martedì 15 luglio 2008, 9:51:38 Oggetto: Re: [S2] downloadaction class Yes, it is even pretty simple in S2. You can use result of type 'stream' for that action configuration. Use a InputStream to read the content you want t

Re: [S2] downloadaction class

2008-07-15 Thread ManiKanta G
Yes, it is even pretty simple in S2. You can use result of type 'stream' for that action configuration. Use a InputStream to read the content you want to provide as the download, and specify the same name in the result config, as below text/csv

[S2] downloadaction class

2008-07-15 Thread Riccardo Mollame
Can anyone tell me if DownloadAction (or something simlar) is still supported in S2? Any help appreciated. Thanks. Ric Posta, news, sport, oroscopo: tutto in una sola pagina. Crea l'home page che piace a te! www.yahoo.it/latuapagina --