This seem to work to make it global for the entire my-app:

 (defmethod render-page-headers ((app my-app))
   (with-html
     (:meta :http-equiv "refresh" :content "60"))
   (call-next-method app))

But I'm not certain how to do it for a single page.

On Jun 24, 3:10 pm, petter <[email protected]> wrote:
> Are there any examples on how to insert a meta refresh html command
> using the *current-page-headers* hooks as given in page-template.lisp
> or some other method?

-- 
You received this message because you are subscribed to the Google Groups 
"weblocks" 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/weblocks?hl=en.

Reply via email to