Hey all, I've got a Link that I use to generate and download a report. I'm using a ResourceStreamRequestHandler and getRequestCycle().scheduleRequestHandlerAfterCurrent which works fine, except that I was expecting my current request to finish as if it were a regular link. In this case, I'd want it to refresh the page I'm on, but it doesn't do that.
Anyway to accomplish this? -Lon