[EMAIL PROTECTED] writes:
> 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?)
<dtml-return "{ 'a' : 1, 'b': 2, ....}">
There will be people that say, you should not do such things
in DTML.
Dieter
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )