Re: Long response page to hide page component generation time
Re: Long response page to hide page component generation time
- Subject: Re: Long response page to hide page component generation time
- From: Paul Hoadley <email@hidden>
- Date: Thu, 08 Jan 2015 17:12:44 +1030
On 8 Jan 2015, at 4:49 pm, Paul Hoadley <email@hidden> wrote:
Calling generateResponse() and appendToResponse() on the report page both work in as far as they clearly spend the rendering time I'm expecting before returning from call(), but then my IERXPerformWOActionForResult controller class hands the page back from its performAction() method, the rendering starts again from scratch on its way to the browser. Is there a way to achieve what I want here?
It seems there might be. Instead of discarding the generated WOResponse and returning a WOComponent, I can return the WOResponse and get quite close to what I was envisaging.
If anyone needs to do something similar, and isn't horrified by the thought of it all, I can describe it in more detail.
(Is there a completely different idiom I've overlooked?)
I'd still be interested to know this, though.
|
_______________________________________________
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