I'm pretty new to playing around with products, but a common thing I see in products is: from Globals import HTMLFile product_addform = HTMLFile('www/addform', globals()) So my question is, is there a way to do a similar thing with the source of the file being a page template rather than DTML? Thanks, Chris
On Tue, Sep 17, 2002 at 03:44:00PM +1200, Chris Beaven wrote:
I'm pretty new to playing around with products, but a common thing I see in products is:
from Globals import HTMLFile product_addform = HTMLFile('www/addform', globals())
So my question is, is there a way to do a similar thing with the source of the file being a page template rather than DTML?
http://www.zope.org/Members/Zen/howto/ZPT_management -- Michael S. Fischer / michael at dynamine.net / +1 650-533-4684 Lead Hacketeer, Dynamine Consulting, Silicon Valley, CA
participants (2)
-
Chris Beaven -
Michael S. Fischer