22 Sep
2004
22 Sep
'04
5:15 p.m.
----- Original Message ----- From: "Laura McCord" <Laura.McCord@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