Thanks, Lance. So problem #1 is probably best solved by rendering a whole new page, just have to pass/share/persist the request parameters.
How about question #2? Resetting the streaming behavior? After streaming once, the page is stuck in streaming mode, does not do any HTML anymore. On Monday, July 28, 2014 9:42 PM, Lance Java <lance.j...@googlemail.com> wrote: What you're asking for is not possible with the http protocol. You can only have one response per request. You could achieve the behaviour you want by returning an html page response from the event. When the page loads, it uses window.open(...) to send a second request for the pdf in another window.