Re: FileResourceStream

2008-05-02 Thread Jeremy Levy
et 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 pag

Re: FileResourceStream

2008-04-29 Thread Johan Compagner
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 FileResou

FileResourceStream

2008-04-29 Thread Ed _
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