xport();
}
StreamResponse export(){
}
Then the browser asked me to download or open the file :) ..
-Original Message-
From: Amr Mohamed Mahmoud Hassanien [mailto:amr.hassa...@ey.ae]
Sent: 16 أكتوبر, 2011 09:38 ص
To: Tapestry users
Subject: RE: Uncaught exception when tried to return a StreamResponse
I di
it and an error.
>
> OnEvent the same too.
>
> Regards,
>
> -Original Message-
> From: Taha Hafeez Siddiqi [mailto:tawus.tapes...@gmail.com]
> Sent: 13 أكتوبر, 2011 05:47 م
> To: Tapestry users
> Subject: Re: Uncaught exception when tried to return a StreamResponse
[mailto:m.gelb...@gmail.com]
Sent: 16 أكتوبر, 2011 12:09 ص
To: Tapestry users
Subject: Re: Uncaught exception when tried to return a StreamResponse
You've got 2 replies, are you saying none worked for you ?
Why don't you try to just build another mock page for the same behavior with
minimu
To: users@tapestry.apache.org
Subject: Re: Uncaught exception when tried to return a StreamResponse
It's likely your pagelink should be to exportexel not export/excel
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Uncaught-exception-when-tried-to-return-a-StreamResponse-tp
ry users
Subject: Re: Uncaught exception when tried to return a StreamResponse
Hi Amr
Are you sure your onActivate() is being called. BTW, your onActivate() has 'O'
in uppercase. To avoid such typos I prefer the OnEvent annotation
regards
Taha
On Oct 13, 2011, at 7:14 PM, Amr Mohamed
#x27;t,
then it probably shouldn't in the first place !
2011/10/15 Amr Mohamed Mahmoud Hassanien
> Hi,
>
> No answer about this guys?
>
> Regards,
>
>
> -Original Message-
> From: Amr Mohamed Mahmoud Hassanien
> Sent: 13 أكتوبر, 2011 05:44 م
> To: Tapes
Hi,
No answer about this guys?
Regards,
-Original Message-
From: Amr Mohamed Mahmoud Hassanien
Sent: 13 أكتوبر, 2011 05:44 م
To: Tapestry users
Subject: Uncaught exception when tried to return a StreamResponse
Hi Guys,
I want to export data in excel sheet, so I made a page
It's likely your pagelink should be to exportexel not export/excel
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Uncaught-exception-when-tried-to-return-a-StreamResponse-tp4899262p4899377.html
Sent from the Tapestry - User mailing list archive at Nabbl
Hi Amr
Are you sure your onActivate() is being called. BTW, your onActivate() has 'O'
in uppercase. To avoid such typos I prefer the OnEvent annotation
regards
Taha
On Oct 13, 2011, at 7:14 PM, Amr Mohamed Mahmoud Hassanien wrote:
> Hi Guys,
>
> I want to export data in excel sheet, s
Hi Guys,
I want to export data in excel sheet, so I made a page class as the
following without a template file(.tml)
public class ExportExcel {
.
.
.
StreamResponse OnActivate(){
List users = userManager.getAllActiveUsers();
10 matches
Mail list logo