Hello, it is a known cache issue regarding rendertag.
Example, You have page A and page B. page B pulls headline of page A via rendertag. Page A headline changed. page B still displays old headline of page A because CMS will only update page B cache if content (placeholder) in page B have been changed. Fix: Even though you might not be using your list in your template. Place the list placeholder in the template (just comment it out <!-- -->), so when the list changes, the page cache is forced to update. On Jul 17, 5:12 am, bobbykjack <[email protected]> wrote: > I have a page containing a list whose pages are assigned by keyword. > The base template uses render tags to obtain data from those sub-pages > and vbscript to sort and display it. > > When I add a new page to the list, it doesn't show up immediately in > the base page. I have a render tag in the base page which outputs the > number of items in the list; this confirms that the correct number of > items is being identified, if not displayed. > > If I update the base page's template with a trivial change, the new > sub-page IS then displayed. This feels like a caching issue of some > sort, so: > > a) does anyone know if such a caching issue exists, and how it can be > resolved? Does it relate to 'pre-execute' tags in some way? > > b) can anyone confirm whether this will only happen in RedDot mode > (which would be inconvenient but not a disaster) or if the published > page will be affected similarly (which would mean revising the entire > approach for the umpteenth time)? > > Many thanks, > > - Bobby --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
