19 Nov
2001
19 Nov
'01
8:40 p.m.
Jason Earl wrote:
I generally just create a "super" method that calls all of the methods that I want.
In DTML such a super method could be as simple as:
<dtml-var method1> <dtml-var method2> <dtml-var method3> <dtml-var method4> <dtml-var method5> <dtml-var method6>
...and if you're doing anything like that, you should probably be using python scripts ;-) cheers, Chris