implements IMarkupCacheKeyProvider
.
.
    public String getCacheKey(MarkupContainer arg0, Class arg1) {
        return null;
}

Jeremy


On Tue, Apr 29, 2008 at 3:01 PM, Johan Compagner <[EMAIL PROTECTED]>
wrote:

> So through a  Wicket Page impl you serve static pages?
> The wicket page self doesnt have any components?
>
> Dont know the exact api but you have to make sure that the cache key =
> null then nothing will be cached
>
> On 4/29/08, Ed _ <[EMAIL PROTECTED]> wrote:
> >
> > I end up using FileResourceStream to serve up static web pages from a
> Wicket
> > page.
> >
> > But I am having issues with the fact that the page gets cached and -
> > returning clients with different url params - keep getting served the
> > original static page.
> >
> > Is there a way for me to force a refresh and make sure the
> > newMarkupResourceStream() gets called each time.
> >
> > thanks!
> >
> > _________________________________________________________________
> > Make i'm yours.  Create a custom banner to support your cause.
> >
> http://im.live.com/Messenger/IM/Contribute/Default.aspx?source=TXT_TAGHM_MSN_Make_IM_Yours
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to