[Zope] one submit call multiple dtml methods?
Chris Withers
chrisw@nipltd.com
Mon, 19 Nov 2001 20:40:29 +0000
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