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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]