You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by rancesvinto <ra...@hotmail.com> on 2013/03/20 09:40:04 UTC

Re: redirect-after-post messes with my StreamResponse

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: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org