On 8/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I would like to call Roller.flush and/or CacheManager.invalidate from a template. I can't figure out how to do it. Any idea?
Not possible with stock Roller. We don't want template authors to call anything other than the PageModel and the POJO wrappers, so we don't make any backend objects available in the template context. - Dave
