Displaying dtml method results from zpt
22 Sep
2004
22 Sep
'04
4:41 p.m.
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? Thanks.
22 Sep
22 Sep
5:15 p.m.
New subject: [Zope] Displaying dtml method results from zpt
----- 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
7866
Age (days ago)
7866
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jonathan Hobbs -
Laura McCord