[Zope-dev] Return variables from a DTML Method

bens@killersite.com bens@killersite.com
Thu, 30 Nov 2000 14:40:42 -0500


I want to change some ZClass properties by getting return results 
from a DTML Method. Something like this: <dtml-call 
"myzclass.propertysheets.get('Basic').manage_changeProperties(dtmlM
eth(this(),_))">. How do I get the dtmlMeth to return a Mapping? 
(or should I be doing this a different way?)

Thanks.