[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Appendix C: Zope Page Templates Reference
webmaster@zope.org
webmaster@zope.org
Tue, 12 Nov 2002 07:42:52 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AppendixC.stx#3-174
---------------
Using paths::
<p tal:content="total: ${request/form/total}">
total: 12
</p>
% Anonymous User - Nov. 12, 2002 7:42 am:
This section handles string: expressions. Shouldn't this example (and the others) have a string: in front of
the total: bit? This looks like an example using a total: expressions (which I don't think exists.)