RE: Re: [Tobago] Problem with PDF download and Ajax

2007-02-27 Thread H. Swaczinna
Hi Madan,here's a (stripped) example I use to generate print files within java code: tc:button id="printButton" label="Print" immediate="true" transition="false" action=""/ public void printAction() { String pathname = System.getProperty("java.io.tmpdir"); String filename = "test.pdf"; File

[Tobago] Problem with PDF download and Ajax

2007-02-26 Thread H. Swaczinna
Hi, I've a page with a link to download a PDF file. The PDF download itself works without a problem. But after a download Ajax requests don't work anymore, for example a popup or a tabGroup with reloadTab. Here's a small testcase for this behavior. The page: %@ taglib

Re: [Tobago] Problem with PDF download and Ajax

2007-02-26 Thread Bernd Bohmann
Hello Helmut, just solved see: http://issues.apache.org/jira/browse/TOBAGO-303 Should be available with the next nightly build Regards Bernd H. Swaczinna wrote: Hi, I've a page with a link to download a PDF file. The PDF download itself works without a problem. But after a download Ajax