[Zope] one submit call multiple dtml methods?
Jason Earl
jason.earl@simplot.com
19 Nov 2001 13:20:37 -0700
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>
I usually mix in a bit of error checking just for fun, but you get the
idea.
Jason
Mike Doanh Tran <mtran@shufflemasterrd.com> writes:
> Does anyone know how to make one "submit" button call on more than one DTML
> Methods?
>
> Thanks,
>
>
> --
> Mike
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )