[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Using Zope Page Templates
nobody@nowhere.com
nobody@nowhere.com
Tue, 10 Sep 2002 11:37:02 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx#2-11
---------------
For instance, template language would be useful for rendering an
invoice page, generating one row for each line item, and inserting
the description, quantity, price, and so on into the text for each
row. It would not be used to create the invoice record in a
database or to interact with a credit card processing facility.
% Anonymous User - June 4, 2002 8:04 am:
How about dynamically creating the options in a popup (select) form?
% Anonymous User - Sep. 10, 2002 11:37 am:
Please comment here on where <dtml-in> fits into this scheme.