2 Jul
2001
2 Jul
'01
5:29 p.m.
Toby Dickenson writes:
On Sun, 1 Jul 2001 16:15:40 +0200 (CEST), Dieter Maurer <dieter@handshake.de> wrote:
I just met the following problem caused by a misfortunate name clash between Python2.x and Zope:
The *real* problem here (IMO, and I know I am close to alone on this one ;-) is overstreaching dtml beyone what it is good for; that is trivial document templating. My task was a trivial presentation task: displaying the properties of an object...
dtml-in is a particularly bad at polluting the dtml namespace (which is particularly serious because you have only got one of them) It makes the presentation of database queries really easy....
Dieter