You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bjørn T Johansen <bt...@havleik.no> on 2003/09/21 02:35:20 UTC

Streaming pdf and also updating the webpage?

I have a page where the user can download (using the response object)
pdf-files and that's working ok.. But I also would like to update the
webpage after the user has submited the page to my action, can this be
done? (since I can't use return(mapping.findForward("OK"))


Regards,

BTJ