Hi All, 

I don't see this post in the forum.. so I am posting again.

I have a page where the markup is creating dynamically and I do not want the 
markup to be cached. 

I am implementing both         IMarkupResourceStreamProvider, 
                                IMarkupCacheKeyProvider 


I'm not sure what I need to do in order for the markup not to be cached. 

In one of the source files in here 
http://wicketstuff.org/wicket13/customresourceloading, 

it said that if I returned null from getCacheKey that the markup would not 
be cached.

When I do this I get into a loop and it keeps trying to get the markup over 
and over again. 


   @Override 
    public String getCacheKey( MarkupContainer container, Class 
containerClass ) 
    { 
            return null; 
    } 


I tried calling the clearing the cache after the page renders... but when I 
do this the page won't even load. 

Any help would greatly be appreciated. 

I am using wicket1.4rc2.

Thanks 
Karen. 



-- 
View this message in context: 
http://www.nabble.com/How-NOT-TO-Cache-Markup---Markup-Dynamically-created-tp22529829p22529829.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to