[Zope] Inserting headers and footers in response messages
Bruce Eckel
Bruce@EckelObjects.com
Sun, 25 Nov 2001 11:29:03 -0800
Inside an external method, I'm doing this:
self.REQUEST.RESPONSE.setHeader('content-type',
'text/html')
return '''<dtml-var standard_html_header>
<h1 color="red">Invalid email address:
please press your browser's 'back' key and correct
it</h1>
<dtml-var standard_html_footer>
'''
I'm not really surprised that standard_html_header and
standard_html_footer aren't being expanded in the result, but I
wonder if there's a way to do it?
Most current information can be found at:
http://www.mindview.net/Etc/notes.html
===================
Bruce Eckel http://www.BruceEckel.com
Contains free electronic books: "Thinking in Java 2e" & "Thinking
in C++ 2e"
Please subscribe to my free newsletter -- just send any email to:
join-eckel-oo-programming@earth.lyris.net
My schedule can be found at:
http://www.mindview.net/Calendar
===================