In article <[EMAIL PROTECTED]> you write:
> Unfortunately, returning "getattr(self,method)(self,REQUEST)"
> requires the method to be DTML like and breaks if this is not the
> case.

Note that this particular problem can easily be cured by the standard
  if getattr(aq_base(ob), 'isDocTemp', 0)
test (see CMFCore/PortalContent.py for an example).

Florent

-- 
Florent Guillaume, Nuxeo (Paris, France)
+33 1 40 33 79 87  http://nuxeo.com  mailto:[EMAIL PROTECTED]

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to