RE: [Zope] The Set tag, DC?
12 Jun
2001
12 Jun
'01
2:03 p.m.
From: Peter Bengtsson [mailto:mail@peterbe.com]
Simplest case: # old situation <dtml-call "REQUEST.set('foo', 10*2)">
# new situation <dtml-set foo="10*2">
Or the let case <dtml-let foo="10*2" bar="'some text'"> </dtml-let> Well actually the set tag would be nice. The REQUEST.set() idiom is used so often that it's probably justifiable. regards Max M
9057
Age (days ago)
9064
Last active (days ago)
1 comments
2 participants
participants (2)
-
Max Møller Rasmussen -
Simon Michael