Re: Get final ouput of page rendering

2010-04-13 Thread iapilgrim
/> tag) is included in the response so there are separate requests to the > css or js-url. browsers cache them already by default. > what are you trying to achieve? > > Am 09.04.2010 um 12:25 schrieb iapilgrim: > >> >> Hi all, >> I'd like to get the final ou

Get final ouput of page rendering

2010-04-09 Thread iapilgrim
Hi all, I'd like to get the final output of Page ( to cache for example) I do this by using public static PageResponseRenderer decoratePageResponseRenderer( ... grabs // content here } But at this phase, I still miss some css and js files that included in each component in page. So my questio

Re: [T5] Get Response data

2009-10-20 Thread iapilgrim
inks should be in, but the files are handles as seperate HTTP > requests > so don't come via the rendering part of tapestry. > > > Ben Gidley > > www.gidley.co.uk > b...@gidley.co.uk > > > On Tue, Oct 20, 2009 at 4:13 AM, iapilgrim wrote: > >>

Re: [T5] Get Response data

2009-10-19 Thread iapilgrim
Hi Ben, I've tried to use your solution. But it doesn't work as expected. I expect to get "entirely" response data. Ex, Some css and js I've injected to page. But it seems we don't get those files at this phase. Do you have any idea? Thanks, Van iapilgrim

Re: [T5] Get Response data

2009-10-19 Thread iapilgrim
> > On Mon, Oct 19, 2009 at 11:53 AM, iapilgrim wrote: > >> >> No matter what cache strategy is, I want to get entirely response data. >> How to get entirely response data is my question ? >> Anyone can help? >> >> >> Martin Strand-4 wrote: &

Re: [T5] Get Response data

2009-10-19 Thread iapilgrim
y such as squid or varnish. > Of course it depends on your specific use case... > > > On Thu, 15 Oct 2009 04:11:20 +0200, iapilgrim wrote: > > >> >> Hi all, >> I'm using T5.1.0.5. My goal is to get page response data and cache it for >> future use

[T5] Get Response data

2009-10-14 Thread iapilgrim
Hi all, I'm using T5.1.0.5. My goal is to get page response data and cache it for future use. One way to achieve that is in after render phase or clean up render phase. My questions are + Are data at after render phase final? I mean does T5 inject more data after that? + If I want to get response