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

2007-12-21 Thread Eelco Hillenius
Sounds like you should look at the CustomResourceLoadingApplication
example, particularly at PageWithCustomLoading.

Eelco


On Dec 19, 2007 3:15 PM, venky221 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2007-12-19 Thread venky221

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2007-12-19 Thread Igor Vaynberg
see IMarkupCacheKeyProvider

class mypage extends webpage implements IMarkupCacheKeyProvider {

}

-igor


On Dec 19, 2007 3:15 PM, venky221 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]