Returning a PDF from a long response page
Returning a PDF from a long response page
- Subject: Returning a PDF from a long response page
- From: "John Huss" <email@hidden>
- Date: Fri, 9 May 2008 10:07:47 -0500
I have a page with an ERXLongResponse component on it, like so:
<wo:if condition="$longResponseTask">
<div class="processing">Processing Request...</div>
<wo:ERXLongResponse task="$longResponseTask" refreshInterval="$5"/>
</wo:if>
When the task completes I'd like to return a PDF and also refresh the submitting page to remove the "Processing request" message. I can return the PDF just fine, but how do I also refresh the submitting page? I'm not sure how to accomplish both things. Suggestions?
Thanks,
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden