I have a requirement to generate a PDF based on some submitted form data in a 'detail' page, and then pop up the PDF in a new tab/window while at the same time returning from the 'detail' page to a 'summary' page. I don't want to pollute the summary page with any code related to opening the PDF in a new tab/window. The actual PDF is being generated and I can return that as a stream successfully but I'm trying to find out how to return the summary page in the existing tab/window, and also trigger the PDF opening in another tab/window, as effectively I'm trying to generate two server responses for one server request. Can anyone suggest a good way of going about this? Should I put something in the detail page that triggers an actionLink with target="_blank" before redirecting to the summary page? Thanks.
Regards, Jim. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org