Re: [Zope] How to pass values from python script back to calling dtml-method ???
24 Mar
2001
24 Mar
'01
8:16 p.m.
Anton A. Zotov writes:
I may seem completely ignorant, but Zope namespaces are driving me wild for the last couple of days :-( I need to solve a pretty simple task: I have a dtml-method which calls a Python script. When that python script is through, it has a variable (say, returnValue="return value"). How can I access this variable in calling dtml method ? Script:
..... return ... DTML: <dtml-var "script(....)"> or <dtml-let retval="script(....)"> <dtml-var retval> .... </dtml-let> Dieter
9144
Age (days ago)
9144
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer