typically not the css/js file itself but its reference (I mean the <link /> 
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 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 question is:
> Is there another way to get final content ?
> 
> Thanks,
> Van
> 
> 
> -- 
> View this message in context: 
> http://old.nabble.com/Get-final-ouput-of-page-rendering-tp28190294p28190294.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to