have you finally find a solution?

I have the same problem. I see debugging that streamresponse line is invoked
but open/save dialog never appears

I tried aswell creating an event link

Object onDoPDF() {  

        return new PDFStreamResponse
                    (pdfGenerator.generatePDF("doPDF");
    }

    Object onSuccessFromMyForm() {
        return resources.createEventLink("doPDF");  
    }

That works first time, but next times onDoPDF() isn't invoked



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/redirect-after-post-messes-with-my-StreamResponse-tp4763647p5720573.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to