[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/Zope Products
webmaster@zope.org
webmaster@zope.org
Fri, 18 Oct 2002 00:23:59 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZDG/current/Products.stx#3-67
---------------
Notice how the edit form is protected by the 'View management
screens' permission. This ensures that only managers will be able
to call this method.
% berniey - Nov. 6, 2001 9:19 pm - Should '''editPollForm=DTML('dtml/editPollForm', globals())''' become '''editPollForm=DTMLFile('dtml/editPollForm', globals())''' ?
% Anonymous User - Jan. 13, 2002 6:28 pm - yes
% Anonymous User - Oct. 18, 2002 12:23 am:
In fact, I think DTMLFile has been depreciated. You should use HTMLFile instead