You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by venky221 <ve...@splashnote.com> on 2007/12/20 00:15:32 UTC

How to call the clear() method on MarkupCache class from my webpage

Hi, 
I am trying to clear the markupstream as my markup content will keep
changing but the container remains same. How can I get the handle to this
MarkupCache class to call the clear() method in my webpage.

Thanks,
Venky
-- 
View this message in context: http://www.nabble.com/How-to-call-the-clear%28%29-method-on-MarkupCache-class-from-my-webpage-tp14427528p14427528.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: How to call the clear() method on MarkupCache class from my webpage

Posted by Eelco Hillenius <ee...@gmail.com>.
Sounds like you should look at the CustomResourceLoadingApplication
example, particularly at PageWithCustomLoading.

Eelco


On Dec 19, 2007 3:15 PM, venky221 <ve...@splashnote.com> wrote:
>
> Hi,
> I am trying to clear the markupstream as my markup content will keep
> changing but the container remains same. How can I get the handle to this
> MarkupCache class to call the clear() method in my webpage.
>
> Thanks,
> Venky
> --
> View this message in context: http://www.nabble.com/How-to-call-the-clear%28%29-method-on-MarkupCache-class-from-my-webpage-tp14427528p14427528.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: How to call the clear() method on MarkupCache class from my webpage

Posted by Igor Vaynberg <ig...@gmail.com>.
see IMarkupCacheKeyProvider

class mypage extends webpage implements IMarkupCacheKeyProvider {
....
}

-igor


On Dec 19, 2007 3:15 PM, venky221 <ve...@splashnote.com> wrote:
>
> Hi,
> I am trying to clear the markupstream as my markup content will keep
> changing but the container remains same. How can I get the handle to this
> MarkupCache class to call the clear() method in my webpage.
>
> Thanks,
> Venky
> --
> View this message in context: http://www.nabble.com/How-to-call-the-clear%28%29-method-on-MarkupCache-class-from-my-webpage-tp14427528p14427528.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org