On Thu, 23 Dec 2010 19:15:40 -0200, iberck <ibe...@gmail.com> wrote:

I'm using T5.2.4
I have a page with ajax (zones and actions) and I have to generate a excel file when a user clicks on actionlink. If I add a zone in the actionlink that generates the StreamResponse the excel file is never generated but if I use an actionlink without zone the excel file is generated but the ajax
actions stop working.

Regardless of which framework you use, you can't have two responses to the same request (one for the Excel file, another for updating a zone).

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to