Re: How NOT TO Cache Markup - Markup Dynamically created

2009-03-18 Thread Igor Vaynberg
what do you mean by "child" a subclass? or did you try to page.add(new otherpage()) ? -igor On Wed, Mar 18, 2009 at 11:30 AM, Karen Schaper wrote: > It appears that the looping problem I was having with trying to get the > markup to NOT cache > > was because my page was a child of another page

Re: How NOT TO Cache Markup - Markup Dynamically created

2009-03-18 Thread Karen Schaper
It appears that the looping problem I was having with trying to get the markup to NOT cache was because my page was a child of another page. In the implementation of the method getMarkupResourceStream, I was returning blah blah blan Is this a limitation? Thomas R. Corbin wrote: On Sunda

Re: How NOT TO Cache Markup - Markup Dynamically created

2009-03-16 Thread James Carman
turn 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. > > > > -- > Vi

Re: How NOT TO Cache Markup - Markup Dynamically created

2009-03-16 Thread Eelco Hillenius
> 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. Did you check the markup can be loaded at all? Eelco ---

Re: How NOT TO Cache Markup - Markup Dynamically created

2009-03-15 Thread Thomas R. Corbin
On Sunday 15 March 2009, schapey said: > Hi All, > > I don't see this post in the forum.. so I am posting again. sometimes I just wish we were using grails. but I am sure that would come with it's own problems. > > I have a page where the markup is creating dynamically and I do not want > the mar

How NOT TO Cache Markup - Markup Dynamically created

2009-03-15 Thread schapey
x27;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 archiv