[Zope] Displaying dtml method results from zpt
Jonathan Hobbs
toolkit at magma.ca
Wed Sep 22 13:15:47 EDT 2004
----- Original Message -----
From: "Laura McCord" <Laura.McCord at doucet-austin.com>
> I have a form that submits information to a dtml method.
> The dtml method calls a python script: <dtml-call password> The python
> script returns a variable: return(msg)
>
> How do I display that variable, msg, in my zpt?
if you were to do <dtml-var password> then dtml would render (display) the
results of the 'password' routine.
I don't know if this gets you what you want (I don't use zpt)
Jonathan
More information about the Zope
mailing list