Hi All,
I have a wicket class that extends from WebPage and implements
IMarkupResourceStreamProvider,
IMarkupCacheKeyProvider
I am now using wicket 1.4rc2.
I DO NOT want the markup cached. The page actually creates a variety of
markup so it can be different each time.
From what I've read if the I return null in the method getCacheKey, the
markup will not be cached.
However when I do this I get into a never ending loop of calls to get
the markup.
Is this a bug? Is there any way to not have the markup be cached?
Any thoughts or hints on this would be greatly appreciated.
Thanks
Karen
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]