7 Oct
2002
7 Oct
'02
1:13 p.m.
Ben Avery wrote:
out of curiosity, is there no equivalent Python expression (e.g. "foo.bar", "_foo.bar" etc) I could just put in a tag, that does the same as <dtml-with foo> <dtml-sendmail mailhost="bar">
DTML is crufty as hell. You're assuming that the mailhost attribute of the sendmail tag can actually take a python expression. It can't.
which seems a bit like hard work, I just want DTML to handle presentation, rather than making it do anything more.
I'd switch to ZPT myself ;-) cheers, Chris