Re: CachingPage

2009-12-10 Thread Igor Vaynberg
anceof checks at render time > that will handle this? > > Craig > > -Original Message- > From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] > Sent: Thursday, December 10, 2009 11:37 AM > To: users@wicket.apache.org > Subject: Re: CachingPage &

RE: CachingPage

2009-12-10 Thread Craig McIlwee
@wicket.apache.org Subject: Re: CachingPage or do it properly by letting your homepage implement IMarkupResourceStreamProvider and IMarkupCacheKeyProvider :) -igor On Thu, Dec 10, 2009 at 4:59 AM, McIlwee, Craig wrote: > So you want your page to output some content that doesn't live in > HomePag

Re: CachingPage

2009-12-10 Thread Igor Vaynberg
unoborges.com.br/2008/11/restful-web-services-with-wicket.html > > Craig >  _ > > From: Xavier López [mailto:xavil...@gmail.com] > To: users@wicket.apache.org > Sent: Thu, 10 Dec 2009 06:00:58 -0500 > Subject: CachingPage > > Hi, > >  I'm trying to adapt th

Re: CachingPage

2009-12-10 Thread McIlwee, Craig
ng getResponse().getOutputStream(). See this link for an example: http://blog.brunoborges.com.br/2008/11/restful-web-services-with-wicket.html Craig _ From: Xavier López [mailto:xavil...@gmail.com] To: users@wicket.apache.org Sent: Thu, 10 Dec 2009 06:00:58 -0500 Subject: CachingPag

CachingPage

2009-12-10 Thread Xavier López
Hi, I'm trying to adapt the 'CachingPanel' strategy from JL's '26 Wicket Tricks' to a Page, in order to cache an entire HomePage. It is a requirement that this Page (it is a HomePage) should be rendered like it was static HTML (actually the application generated that static html at some moment by