Re: How to flush the markup stream in getMarkupResourceStream() method

2007-12-21 Thread venky221
Thanks Igor, I tired by returning null in getCacheKey() method and is working great. Even 'Matthijs Wensveen' replied to my mail with the same explanation. Thanks, Venkat igor.vaynberg wrote: public class DisplayPage extends WebPage implements IMarkupResourceStreamProvider,

How to flush the markup stream in getMarkupResourceStream() method

2007-12-19 Thread venky221
Hi, I am trying to create the markup(generating html) using IMarkupResourceStreamProvider at runtime. The scenario is as follows. I am using a java class called DisplayPage public class DisplayPage extends WebPage implements IMarkupResourceStreamProvider{ String HTMLString=;

Re: How to flush the markup stream in getMarkupResourceStream() method

2007-12-19 Thread Gabor Szokoli
Me Too! Well, not exactly, but similar issue: We read markup files from the file systems, and consider implementing a JMX trigger for reloading them, but what should the triggered method actually do? (In the mean time I realised the solution to my problem is probably different from vekys, but I

Re: How to flush the markup stream in getMarkupResourceStream() method

2007-12-19 Thread Igor Vaynberg
public class DisplayPage extends WebPage implements IMarkupResourceStreamProvider, **IMarkupCacheKeyProvider** {...} -igor On Dec 19, 2007 11:34 PM, Gabor Szokoli [EMAIL PROTECTED] wrote: Me Too! Well, not exactly, but similar issue: We read markup files from the file systems, and consider